aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-06-28 00:48:57 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-06-28 00:48:57 +0800
commitb6f46f7f40754ca7c641d1bcb3a9d2fa8291cfc9 (patch)
tree8f00ad9724e1a3ff6b2b3d043afaf0fe976d8b51 /textproc
parenta08e73b0ad76cdebfabf75f329f1d89c35ca9d9a (diff)
downloadfreebsd-ports-gnome-b6f46f7f40754ca7c641d1bcb3a9d2fa8291cfc9.tar.gz
freebsd-ports-gnome-b6f46f7f40754ca7c641d1bcb3a9d2fa8291cfc9.tar.zst
freebsd-ports-gnome-b6f46f7f40754ca7c641d1bcb3a9d2fa8291cfc9.zip
- Convert USE_BZIP2 to USES
- Remove redundant pkg-message display Approved by: portmgr blanket
Diffstat (limited to 'textproc')
-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>