diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-05 21:52:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-05 21:52:24 +0000 |
commit | 3b45853dff128facda6f69893a304a97cd08605c (patch) | |
tree | 5e0f23b06452fc7c7d5c8b253bf9e01aa6763f98 /devel/frink | |
parent | 3a8b477c9f2511f4807c27ea6fff436fe9d35fc4 (diff) |
Notes
Diffstat (limited to 'devel/frink')
-rw-r--r-- | devel/frink/files/Makefile.bsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/frink/files/Makefile.bsd b/devel/frink/files/Makefile.bsd index 6cf72382aad4..9a1e35fcb69b 100644 --- a/devel/frink/files/Makefile.bsd +++ b/devel/frink/files/Makefile.bsd @@ -4,6 +4,6 @@ CFLAGS+=-I${.CURDIR} BINDIR= ${PREFIX}/bin MANDIR= ${PREFIX}/man/man -NOMAN= regretfully +NO_MAN= regretfully .include <bsd.prog.mk> |