diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 02:18:21 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 02:18:21 +0000 |
commit | ae62427d6d6725d1b89cb124a2b9df1780c3a6c0 (patch) | |
tree | f0efb79e0c88be76c10e56726918e912cd25d55e /security/bcwipe | |
parent | f05d483448ee76fcaf403ea38e32d322986c8073 (diff) | |
download | FreeBSD-ports-ae62427d6d6725d1b89cb124a2b9df1780c3a6c0.zip FreeBSD-ports-ae62427d6d6725d1b89cb124a2b9df1780c3a6c0.tar.gz |
PERL -> REINPLACE
Noticed on: bento
Diffstat (limited to 'security/bcwipe')
-rw-r--r-- | security/bcwipe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/bcwipe/Makefile b/security/bcwipe/Makefile index 43237ef..e65b859 100644 --- a/security/bcwipe/Makefile +++ b/security/bcwipe/Makefile @@ -14,12 +14,13 @@ DISTNAME= BCWipe-${PORTVERSION:S/./-/g:S/-/./} MAINTAINER= crow@nektor.hu +USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/./-/g:S/-/./} MAN1= bcwipe.1 post-patch: - @${PERL} -pi -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile do-install: @${INSTALL_PROGRAM} ${WRKSRC}/bcwipe ${PREFIX}/bin |