diff options
author | anders <anders@FreeBSD.org> | 2003-01-23 21:11:53 +0000 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2003-01-23 21:11:53 +0000 |
commit | 8f8d86ed2303e29278944d1f56a4e6e38d934141 (patch) | |
tree | 58c605778d8184a143b3ffe5f82ad3ef3cfde557 /security/fpm | |
parent | 04f952dd7fef918e16b4a1c520e7bbcf59144a88 (diff) | |
download | FreeBSD-ports-8f8d86ed2303e29278944d1f56a4e6e38d934141.zip FreeBSD-ports-8f8d86ed2303e29278944d1f56a4e6e38d934141.tar.gz |
Correct typo from my last commit to this file.
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 6bd2b4c..2da30bf 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} |