summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2006-01-16 17:10:16 +0000
committerMikhail Teterin <mi@FreeBSD.org>2006-01-16 17:10:16 +0000
commitb2a46723fd25c87d4f2ca27570ebab044e839c63 (patch)
tree05a1c89918e31c44ee5b1a830672ccc6e93fe915 /textproc
parentUpdate to 1.3.3. (diff)
Define NOMAN in addition to NO_MAN for the benefit of 4.x
PR: ports/91870 Submitted by: Sven Berkvens-Matthijsse
Notes
Notes: svn path=/head/; revision=153668
Diffstat (limited to 'textproc')
-rw-r--r--textproc/wordnet/files/src.wn.Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/wordnet/files/src.wn.Makefile b/textproc/wordnet/files/src.wn.Makefile
index e8764bbbfef2..c8579f1cbcef 100644
--- a/textproc/wordnet/files/src.wn.Makefile
+++ b/textproc/wordnet/files/src.wn.Makefile
@@ -1,5 +1,6 @@
PROG= wn
NO_MAN= True # man pages installed separately
+NOMAN= ${NO_MAN}
CFLAGS+= -DUNIX -DDEFAULTPATH="\"${PREFIX}/share/WordNet\"" \
-DDEFAULTBIN="\"${PREFIX}/bin\""