remove inactive PERL line

This commit is contained in:
Dirk Meyer 2002-11-03 05:39:53 +00:00
parent dc6ac86d5f
commit 381c3abae8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69319

View File

@ -37,14 +37,9 @@ GNU_ARCH= ${MACHINE_ARCH}
.endif
PLIST_SUB+= GNU_ARCH=${GNU_ARCH} OPSYS=${OPSYS:L} VERSION=${PORTVERSION}
post-patch:
.for f in gswapp gswbundle
${PERL} -pi -e 's/\$$\(TAR\) ch --exclude=CVS --to-stdout/\$$\(TAR\) -ch --exclude=CVS -f -/g' ${WRKSRC}/${f}.make
.endfor
post-configure:
${MV} ${WRKSRC}/config.make ${WRKSRC}/config.make.sed
${SED} -e "s|\(objc_threaded:=\).*|\1 ${PTHREAD_LIBS}|" \
< ${WRKSRC}/config.make > ${WRKSRC}/config.make.new
${MV} ${WRKSRC}/config.make.new ${WRKSRC}/config.make
< ${WRKSRC}/config.make.sed > ${WRKSRC}/config.make
.include <bsd.port.post.mk>