diff options
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\"" |