diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-05 21:09:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-05 21:09:48 +0000 |
commit | aac0904dc12003e0084687d866ba7400ec396429 (patch) | |
tree | ee45aae0f85c9d2a209662e22a9a3a08d7bc8104 /palm/mdbconv | |
parent | 3855ac53f3c5e2fc10e558829ae438bd588ff347 (diff) | |
download | ports-aac0904dc12003e0084687d866ba7400ec396429.tar.gz ports-aac0904dc12003e0084687d866ba7400ec396429.zip |
Notes
Diffstat (limited to 'palm/mdbconv')
-rw-r--r-- | palm/mdbconv/files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/mdbconv/files/Makefile b/palm/mdbconv/files/Makefile index 0e32be9b235c..b75a89343c80 100644 --- a/palm/mdbconv/files/Makefile +++ b/palm/mdbconv/files/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ PROG= mdbconv -NOMAN= yes +NO_MAN= yes .include <bsd.prog.mk> |