diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2011-09-30 17:51:58 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2011-09-30 17:51:58 +0000 |
commit | 354f3d3bc86eabab245492d2d912886b36ea4497 (patch) | |
tree | e3531ce569895827071210bd856f77ea10018517 /security/checkpassword | |
parent | 3d48f0ec20d101d91c11272d71172194786dae88 (diff) | |
download | ports-354f3d3bc86eabab245492d2d912886b36ea4497.tar.gz ports-354f3d3bc86eabab245492d2d912886b36ea4497.zip |
Notes
Diffstat (limited to 'security/checkpassword')
-rw-r--r-- | security/checkpassword/Makefile | 2 |
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 |