aboutsummaryrefslogtreecommitdiff
path: root/textproc/wordnet
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2006-01-20 02:18:19 +0000
committerMikhail Teterin <mi@FreeBSD.org>2006-01-20 02:18:19 +0000
commit9e3df5a2f4f4c096cd5a0f85a89c6859dc137ab0 (patch)
tree7a87eb45674e7c05fa7432cc809efcf3c6b16c38 /textproc/wordnet
parent76595df47b93519c2035c699ef9e0e420ba1d1a1 (diff)
downloadports-9e3df5a2f4f4c096cd5a0f85a89c6859dc137ab0.tar.gz
ports-9e3df5a2f4f4c096cd5a0f85a89c6859dc137ab0.zip
Notes
Diffstat (limited to 'textproc/wordnet')
-rw-r--r--textproc/wordnet/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/wordnet/Makefile b/textproc/wordnet/Makefile
index 7e89c8f7eff7..7d3a9cbc53a7 100644
--- a/textproc/wordnet/Makefile
+++ b/textproc/wordnet/Makefile
@@ -32,4 +32,10 @@ post-patch:
${WRKSRC}/src/wnb ${WRKSRC}/doc/man/*.?
${REINPLACE_CMD} -e 's, *\\n,\\n,' ${WRKSRC}/include/wn.h
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.for s in 1 3 5 7
+MAN$s != ${MAKE} -f ${FILESDIR}/man.Makefile -V MAN$s
+.endfor
+
+.include <bsd.port.post.mk>