Quote:
Originally Posted by Oficre_josef
Hm, maybe i misunderstood u, if i just put my patches in patches directory, will they apply automatically when i run "make install" ?
Cuz seems its not works that way
If not, maybe i should try Scottro's method..
|
Try this:
Code:
$ cd /usr/ports/x11/dwm
$ make patch
$ cd `make show=WRKDIST`
<edit whatever you want to your heart's content>
$ cd -
$ make install