diff options
author | Doug Ambrisko <ambrisko@FreeBSD.org> | 2006-11-06 19:02:47 +0000 |
---|---|---|
committer | Doug Ambrisko <ambrisko@FreeBSD.org> | 2006-11-06 19:02:47 +0000 |
commit | fa8d3f33767cf4c69f68fb6b420ff586cb126ef3 (patch) | |
tree | b7d71d8dce76fc82ecfa05fb5e32e7d1c405eded /misc/airoflash/files/patch-aa | |
parent | - Use the correct way to check the default options on Makefile (diff) |
Apparently I botched this commit the first time around. Sorry.
Update to new site and support NO_MAN as well.
PR: 104339
Submitted by: Frank J. Laszlo
Notes
Notes:
svn path=/head/; revision=176635
Diffstat (limited to 'misc/airoflash/files/patch-aa')
-rw-r--r-- | misc/airoflash/files/patch-aa | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/airoflash/files/patch-aa b/misc/airoflash/files/patch-aa index 9d500a3dc38e..00f26f80fbdd 100644 --- a/misc/airoflash/files/patch-aa +++ b/misc/airoflash/files/patch-aa @@ -1,8 +1,9 @@ --- /dev/null Wed Mar 13 11:58:15 2002 +++ Makefile Wed Mar 13 12:00:43 2002 -@@ -0,0 +1,5 @@ +@@ -0,0 +1,6 @@ +BINDIR?= ${PREFIX}/bin +PROG= airoflash +NOMAN= ++NO_MAN= + +.include <bsd.prog.mk> |