aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/wordnet
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2006-01-20 10:18:19 +0800
committermi <mi@FreeBSD.org>2006-01-20 10:18:19 +0800
commit4f16999df88125e550d0cfd7f54ac734790cb94a (patch)
tree84ed3f63215e7534a23be9e4aa8e976a6aafaa76 /textproc/wordnet
parent7e1519cc2719215bc7525e62d8dff3f1fe460b0a (diff)
downloadfreebsd-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/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>