diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-06 05:09:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-06 05:09:48 +0800 |
commit | c727e5f1eb9824a0a553e1da2f119005306f458f (patch) | |
tree | ee45aae0f85c9d2a209662e22a9a3a08d7bc8104 /palm | |
parent | 1c1fef4d74d3cb66b83080a438719ee3894efcb4 (diff) | |
download | freebsd-ports-gnome-c727e5f1eb9824a0a553e1da2f119005306f458f.tar.gz freebsd-ports-gnome-c727e5f1eb9824a0a553e1da2f119005306f458f.tar.zst freebsd-ports-gnome-c727e5f1eb9824a0a553e1da2f119005306f458f.zip |
Fix build on current
Diffstat (limited to 'palm')
-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> |