Date: Fri, 27 Jun 2014 16:48:58 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359578 - head/textproc/wordnet Message-ID: <201406271648.s5RGmwYK082283@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406271648.s5RGmwYK082283>