View Single Post
  #2   (View Single Post)  
Old 3rd July 2008
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

All files in the files/ directory starting with patch- are applied automatically, you can place or patch there.

Or you can do it manually:
Code:
# cd /usr/ports/dns/bind94
# make patch
# patch -d work -p0 < patchfile.diff
# make install
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote