mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add missing OPTIONS_DEFINE
- Fix a bug that didn't show up because bsd.port.pre.mk is not included
This commit is contained in:
parent
2d6a35c405
commit
a5a8ce29e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356024
@ -15,6 +15,8 @@ LICENSE= GPLv1
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-extract:
|
||||
@${GZIP_CMD} -d ${WRKSRC}/testsignal.gz
|
||||
|
||||
@ -29,11 +31,7 @@ do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/testsignal ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/chu.8 ${STAGEDIR}${PREFIX}/man/man8
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for d in ${WRKSRC}/COPYING \
|
||||
${WRKSRC}/TESTING \
|
||||
${WRKSRC}/chu.html \
|
||||
${WRKSRC}/chuman.html \
|
||||
${WRKSRC}/ntp.html
|
||||
.for d in COPYING TESTING chu.html chuman.html ntp.html
|
||||
${INSTALL_DATA} ${WRKSRC}/${d} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user