mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -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
|
ALL_TARGET= it
|
||||||
INSTALL_TARGET= setup
|
INSTALL_TARGET= setup
|
||||||
RESTRICTED= "Unsure of djb's license"
|
RESTRICTED= Unsure of djb's license
|
||||||
|
|
||||||
PLIST_FILES= bin/checkpassword
|
PLIST_FILES= bin/checkpassword
|
||||||
PORTDOCS= CHANGES FILES README SYSDEPS TARGETS TODO VERSION
|
PORTDOCS= CHANGES FILES README SYSDEPS TARGETS TODO VERSION
|
||||||
|
|
||||||
do-configure:
|
do-configure:
|
||||||
${ECHO_CMD} 'cc -s -lcrypt' > ${WRKSRC}/conf-ld
|
@${ECHO_CMD} '${CC} ${CFLAGS} -s -lcrypt' > ${WRKSRC}/conf-ld
|
||||||
${ECHO_CMD} ${PREFIX} >${WRKSRC}/conf-home
|
@${ECHO_CMD} ${PREFIX} >${WRKSRC}/conf-home
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
${MKDIR} ${DOCSDIR}
|
${MKDIR} ${DOCSDIR}
|
||||||
.for f in ${PORTDOCS}
|
.for f in ${PORTDOCS}
|
||||||
${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
||||||
.endfor
|
.endfor
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue