aboutsummaryrefslogtreecommitdiff
path: root/security/checkpassword
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-07-23 14:46:08 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-07-23 14:46:08 +0000
commit6b09dd2e2cd97e030509ea705aa51994e59c798c (patch)
treef8a62d58d23382fd6c984d8a693fe140eef7f044 /security/checkpassword
parent7d012ad3724e6f6155d07121a1d48506784d5f22 (diff)
downloadports-6b09dd2e2cd97e030509ea705aa51994e59c798c.tar.gz
ports-6b09dd2e2cd97e030509ea705aa51994e59c798c.zip
Notes
Diffstat (limited to 'security/checkpassword')
-rw-r--r--security/checkpassword/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/checkpassword/Makefile b/security/checkpassword/Makefile
index 6b662141e4ee..5e29b811f06a 100644
--- a/security/checkpassword/Makefile
+++ b/security/checkpassword/Makefile
@@ -15,20 +15,20 @@ COMMENT= A simple password-checking interface
ALL_TARGET= it
INSTALL_TARGET= setup
-RESTRICTED= "Unsure of djb's license"
+RESTRICTED= Unsure of djb's license
PLIST_FILES= bin/checkpassword
PORTDOCS= CHANGES FILES README SYSDEPS TARGETS TODO VERSION
do-configure:
- ${ECHO_CMD} 'cc -s -lcrypt' > ${WRKSRC}/conf-ld
- ${ECHO_CMD} ${PREFIX} >${WRKSRC}/conf-home
+ @${ECHO_CMD} '${CC} ${CFLAGS} -s -lcrypt' > ${WRKSRC}/conf-ld
+ @${ECHO_CMD} ${PREFIX} >${WRKSRC}/conf-home
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif