aboutsummaryrefslogtreecommitdiff
path: root/security/fpm
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2003-01-23 21:03:14 +0000
committerAnders Nordby <anders@FreeBSD.org>2003-01-23 21:03:14 +0000
commit43a2fe364641ff77603fff0bdefe29790123e154 (patch)
tree39d147b686d9e60c1a42abb6443672578f353f37 /security/fpm
parent637a804348ca2c0ad5c976d1454fb256d1f97c7b (diff)
downloadports-43a2fe364641ff77603fff0bdefe29790123e154.tar.gz
ports-43a2fe364641ff77603fff0bdefe29790123e154.zip
Notes
Diffstat (limited to 'security/fpm')
-rw-r--r--security/fpm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/fpm/Makefile b/security/fpm/Makefile
index 19587bc78f15..6bd2b4c3ee69 100644
--- a/security/fpm/Makefile
+++ b/security/fpm/Makefile
@@ -15,6 +15,7 @@ MAINTAINER= anders@FreeBSD.org
USE_GNOME= yes
USE_X_PREFIX= yes
+USE_REINPLACE= yes
SOURCEFILES= main.c fpm.c support.c interface.c passfile.c callbacks.c \
blowfish.c fpm_crypt.c fpm_gpw.c md5.c fpm_clist.c fpm_pref.c
@@ -26,7 +27,7 @@ GNOME_LIBS?= `${GNOME_CONFIG} --libs gnomeui` \
CFLAGS+= -DHAVE_CONFIG_H -I. -I.. ${GNOME_CFLAGS}
pre-build:
- ${PERL} -pi -e "s@encrypt\(@bfishencrypt\(@g" ${WRKSRC}/src/blowfish.c
+ ${REINPLACE_CMD} -E -e ""s@encrypt\(@bfishencrypt\(@g" ${WRKSRC}/src/blowfish.c
do-build:
.for f in ${SOURCEFILES}