summaryrefslogtreecommitdiff
path: root/security/bcwipe/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 02:18:21 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 02:18:21 +0000
commita6429924fc57a145369eb5b2d3d0f45c65656b19 (patch)
treea7703a1b06cbba057e160e6f7af6e66d74cfc940 /security/bcwipe/Makefile
parentPERL -> REINPLACE, Add USE_PERL5=yes too (diff)
PERL -> REINPLACE
Noticed on: bento
Notes
Notes: svn path=/head/; revision=69423
Diffstat (limited to 'security/bcwipe/Makefile')
-rw-r--r--security/bcwipe/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/bcwipe/Makefile b/security/bcwipe/Makefile
index 43237efc65a0..e65b859ce86f 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