summaryrefslogtreecommitdiff
path: root/security/hashish
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-06-23 20:39:23 +0000
committerPatrick Li <pat@FreeBSD.org>2002-06-23 20:39:23 +0000
commit3429beb3d69bf05cc09137cac5b420f8e26b86db (patch)
tree4affc92982e244cfbe7e05e3bdd22240b4c28520 /security/hashish
parentBump SDL library revision. (diff)
PERL -> REINPLACE_CMD
PR: ports/39729, ports/39727, ports/39726, ports/39724 PR: ports/39722, ports/39721, ports/39720, ports/39719, ports/39718 Submitted by: Scott Flatman <sf@dsinw.com>
Notes
Notes: svn path=/head/; revision=61839
Diffstat (limited to 'security/hashish')
-rw-r--r--security/hashish/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/hashish/Makefile b/security/hashish/Makefile
index 5369a5792c3c..fc876299180d 100644
--- a/security/hashish/Makefile
+++ b/security/hashish/Makefile
@@ -19,14 +19,15 @@ MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp
LIB_DEPENDS= wx_gtk:${PORTSDIR}/x11-toolkits/wxgtk-devel
+USE_REINPLACE= yes
WRKSRC= ${WRKDIR}/Hashish
CFLAGS+= -I${LOCALBASE}/include
USE_GMAKE= yes
post-patch:
- @${PERL} -pi -e "s,^CXXFLAGS =,CXXFLAGS+=,g ; \
+ @${REINPLACE_CMD} -e "s,^CXXFLAGS =,CXXFLAGS+=,g ; \
s,^LBLIBS =,LBLIBS = -L${LOCALBASE}/lib,g" ${WRKSRC}/Makefile
- @${PERL} -pi -e "s,crypto/,cryptopp/,g" ${WRKSRC}/src/main.cpp
+ @${REINPLACE_CMD} -e "s,crypto/,cryptopp/,g" ${WRKSRC}/src/main.cpp
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hashish ${PREFIX}/bin