On Thu, Mar 26, 2020 at 06:04:19PM +0530, putridsou...@gmail.com wrote:
> I don't understand the logic of this
> 
> mkdir /usr/ports/mystuff/x11
> cp -R /usr/ports/x11/dmenu /usr/ports/mystuff/x11/
> cd /usr/ports/mystuff/x11/dmenu
> make package
> 
> to build a package, one usually just runs command
> 
> cd /usr/ports/x11/dmenu
> make install
> 
> try and see if this gives an error.
> 

Yes, that works but I want to apply some private patches to the application.
Thats why I copye the port to /usr/ports/mystuff, to make local changes

Reply via email to