aboutsummaryrefslogtreecommitdiff
path: root/security/checkpassword
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2011-09-30 17:51:58 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2011-09-30 17:51:58 +0000
commit354f3d3bc86eabab245492d2d912886b36ea4497 (patch)
treee3531ce569895827071210bd856f77ea10018517 /security/checkpassword
parent3d48f0ec20d101d91c11272d71172194786dae88 (diff)
downloadports-354f3d3bc86eabab245492d2d912886b36ea4497.tar.gz
ports-354f3d3bc86eabab245492d2d912886b36ea4497.zip
Notes
Diffstat (limited to 'security/checkpassword')
-rw-r--r--security/checkpassword/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/checkpassword/Makefile b/security/checkpassword/Makefile
index 6a7cc4225315..7a52e6a84e01 100644
--- a/security/checkpassword/Makefile
+++ b/security/checkpassword/Makefile
@@ -24,7 +24,7 @@ PLIST_FILES= bin/checkpassword
PORTDOCS= CHANGES FILES README SYSDEPS TARGETS TODO VERSION
post-patch:
- @${REINPLACE_CMD} -e "s/gcc/${CC}/g" ${WRKSRC}/find-systype.sh
+ @${REINPLACE_CMD} -e "s,gcc,${CC},g" ${WRKSRC}/find-systype.sh
do-configure:
@${ECHO_CMD} '${CC} ${CFLAGS} -s -lcrypt' > ${WRKSRC}/conf-cc