1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

- Stage support

This commit is contained in:
Martin Wilke 2014-02-19 09:36:36 +00:00
parent c6710419da
commit 5d107bef70
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345049

View File

@ -14,7 +14,7 @@ CONFLICTS= beagle-[0-9]*
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --enable-optimization --with-zlib=/usr
USE_LDCONFIG= yes
USE_GMAKE= yes
USES= gmake
PACCVERSION= 1.3.1b
PLIST_SUB= PORTVERSION=${PORTVERSION} PACCVERSION=${PACCVERSION}
@ -22,7 +22,6 @@ BUILD_DEPENDS+= gsed:${PORTSDIR}/textproc/gsed
#unfortunately, some important sed statements rely on GNU sed behavior, and can't be
#easily changed to call GNU sed by means of the configure script
NO_STAGE= yes
post-configure:
${FIND} -X ${WRKSRC} -name 'Makefile' | ${XARGS} ${REINPLACE_CMD} \
's/sed /gsed /g'