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