aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/wordnet
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/wordnet')
-rw-r--r--textproc/wordnet/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/wordnet/Makefile b/textproc/wordnet/Makefile
index cf61ea64e072..124a79ce6f2e 100644
--- a/textproc/wordnet/Makefile
+++ b/textproc/wordnet/Makefile
@@ -10,11 +10,10 @@ MASTER_SITES= http://wordnetcode.princeton.edu/${PORTVERSION}/
MAINTAINER= mi@aldan.algebra.com
COMMENT= Dictionaries and thesauri with devel. libraries (C, TCL) and browsers
-USES= tcl uidfix
+USES= tcl uidfix tar:bzip2
SCRIPTS_ENV+= TCL_DVER=${TCL_VER} VER=${PORTVERSION}
MAKE_ENV+= TCL_DVER=${TCL_VER} VER=${PORTVERSION} STAGEDIR="${STAGEDIR}"
PLIST_SUB+= TCL_DVER=${TCL_VER} VER=${PORTVERSION}
-USE_BZIP2= yes
REINPLACE_ARGS= -i ""
USE_LDCONFIG= yes
SUB_FILES= pkg-message
@@ -25,7 +24,4 @@ post-patch:
${WRKSRC}/src/wnb ${WRKSRC}/doc/man/*.?
${REINPLACE_CMD} -e 's, *\\n,\\n,' ${WRKSRC}/include/wn.h
-post-install:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.mk>