mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
- Respect CC and CFLAGS
- Unquote RESTRICTED
This commit is contained in:
parent
7d012ad372
commit
6b09dd2e2c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168564
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue