diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2006-01-16 17:10:16 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2006-01-16 17:10:16 +0000 |
commit | b2a46723fd25c87d4f2ca27570ebab044e839c63 (patch) | |
tree | 05a1c89918e31c44ee5b1a830672ccc6e93fe915 /textproc | |
parent | d71d17e033c22de090c67f7dfbdd9767428c9862 (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.Makefile | 1 |
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\"" |