diff options
author | Anders Nordby <anders@FreeBSD.org> | 2003-01-23 21:11:53 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2003-01-23 21:11:53 +0000 |
commit | 47c4494174dcc647401c49f9491aafc1931767cf (patch) | |
tree | c5f59e943f84bf3e2f5d6f8cfa9c9dd8acc20d70 /security/fpm | |
parent | Use USE_REINPLACE & REINPLACE_CMD instead of PERL. (diff) |
Correct typo from my last commit to this file.
Notes
Notes:
svn path=/head/; revision=73882
Diffstat (limited to 'security/fpm')
-rw-r--r-- | security/fpm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/fpm/Makefile b/security/fpm/Makefile index 6bd2b4c3ee69..2da30bf0e195 100644 --- a/security/fpm/Makefile +++ b/security/fpm/Makefile @@ -27,7 +27,7 @@ GNOME_LIBS?= `${GNOME_CONFIG} --libs gnomeui` \ CFLAGS+= -DHAVE_CONFIG_H -I. -I.. ${GNOME_CFLAGS} pre-build: - ${REINPLACE_CMD} -E -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} |