diff options
Diffstat (limited to 'security/bcwipe/Makefile')
-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 43237efc65a..e65b859ce86 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 |