mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Convert USE_BZIP2 to USES
- Remove redundant pkg-message display Approved by: portmgr blanket
This commit is contained in:
parent
8c2e71e1f3
commit
8d7ca00ad0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359578
1 changed files with 1 additions and 5 deletions
|
@ -10,11 +10,10 @@ MASTER_SITES= http://wordnetcode.princeton.edu/${PORTVERSION}/
|
||||||
MAINTAINER= mi@aldan.algebra.com
|
MAINTAINER= mi@aldan.algebra.com
|
||||||
COMMENT= Dictionaries and thesauri with devel. libraries (C, TCL) and browsers
|
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}
|
SCRIPTS_ENV+= TCL_DVER=${TCL_VER} VER=${PORTVERSION}
|
||||||
MAKE_ENV+= TCL_DVER=${TCL_VER} VER=${PORTVERSION} STAGEDIR="${STAGEDIR}"
|
MAKE_ENV+= TCL_DVER=${TCL_VER} VER=${PORTVERSION} STAGEDIR="${STAGEDIR}"
|
||||||
PLIST_SUB+= TCL_DVER=${TCL_VER} VER=${PORTVERSION}
|
PLIST_SUB+= TCL_DVER=${TCL_VER} VER=${PORTVERSION}
|
||||||
USE_BZIP2= yes
|
|
||||||
REINPLACE_ARGS= -i ""
|
REINPLACE_ARGS= -i ""
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
SUB_FILES= pkg-message
|
SUB_FILES= pkg-message
|
||||||
|
@ -25,7 +24,4 @@ post-patch:
|
||||||
${WRKSRC}/src/wnb ${WRKSRC}/doc/man/*.?
|
${WRKSRC}/src/wnb ${WRKSRC}/doc/man/*.?
|
||||||
${REINPLACE_CMD} -e 's, *\\n,\\n,' ${WRKSRC}/include/wn.h
|
${REINPLACE_CMD} -e 's, *\\n,\\n,' ${WRKSRC}/include/wn.h
|
||||||
|
|
||||||
post-install:
|
|
||||||
@${CAT} ${PKGMESSAGE}
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue