svn commit: r359578 - head/textproc/wordnet
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Jun 27 16:48:58 UTC 2014
Author: amdmi3
Date: Fri Jun 27 16:48:57 2014
New Revision: 359578
URL: http://svnweb.freebsd.org/changeset/ports/359578
QAT: https://qat.redports.org/buildarchive/r359578/
Log:
- Convert USE_BZIP2 to USES
- Remove redundant pkg-message display
Approved by: portmgr blanket
Modified:
head/textproc/wordnet/Makefile
Modified: head/textproc/wordnet/Makefile
==============================================================================
--- head/textproc/wordnet/Makefile Fri Jun 27 16:47:20 2014 (r359577)
+++ head/textproc/wordnet/Makefile Fri Jun 27 16:48:57 2014 (r359578)
@@ -10,11 +10,10 @@ MASTER_SITES= http://wordnetcode.princet
MAINTAINER= mi at 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>
More information about the svn-ports-head
mailing list