diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2006-01-20 02:18:19 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2006-01-20 02:18:19 +0000 |
commit | 9e3df5a2f4f4c096cd5a0f85a89c6859dc137ab0 (patch) | |
tree | 7a87eb45674e7c05fa7432cc809efcf3c6b16c38 /textproc/wordnet | |
parent | 76595df47b93519c2035c699ef9e0e420ba1d1a1 (diff) | |
download | ports-9e3df5a2f4f4c096cd5a0f85a89c6859dc137ab0.tar.gz ports-9e3df5a2f4f4c096cd5a0f85a89c6859dc137ab0.zip |
Notes
Diffstat (limited to 'textproc/wordnet')
-rw-r--r-- | textproc/wordnet/Makefile | 8 |
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> |