From 8d7ca00ad0d28e330fe56975931d2ce7033a147e Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 27 Jun 2014 16:48:57 +0000 Subject: [PATCH] - Convert USE_BZIP2 to USES - Remove redundant pkg-message display Approved by: portmgr blanket --- textproc/wordnet/Makefile | 6 +----- 1 file changed, 1 insertion(+), 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