diff options
author | mi <mi@FreeBSD.org> | 2006-01-20 10:18:19 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2006-01-20 10:18:19 +0800 |
commit | 4f16999df88125e550d0cfd7f54ac734790cb94a (patch) | |
tree | 84ed3f63215e7534a23be9e4aa8e976a6aafaa76 /textproc/wordnet | |
parent | 7e1519cc2719215bc7525e62d8dff3f1fe460b0a (diff) | |
download | freebsd-ports-gnome-4f16999df88125e550d0cfd7f54ac734790cb94a.tar.gz freebsd-ports-gnome-4f16999df88125e550d0cfd7f54ac734790cb94a.tar.zst freebsd-ports-gnome-4f16999df88125e550d0cfd7f54ac734790cb94a.zip |
Put back the definitions of MAN$s -- this part of the Makefile was not supposed
to disappear during the recent upgrade.
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> |