aboutsummaryrefslogtreecommitdiff
path: root/textproc/wordnet
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-27 16:48:57 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-27 16:48:57 +0000
commit8d7ca00ad0d28e330fe56975931d2ce7033a147e (patch)
tree8f00ad9724e1a3ff6b2b3d043afaf0fe976d8b51 /textproc/wordnet
parent8c2e71e1f3bc0f9d7e19dfe0052c4fde3602bbf3 (diff)
downloadports-8d7ca00ad0d28e330fe56975931d2ce7033a147e.tar.gz
ports-8d7ca00ad0d28e330fe56975931d2ce7033a147e.zip
- Convert USE_BZIP2 to USES
- Remove redundant pkg-message display Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=359578
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>