mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
- Switch to options helpers
This commit is contained in:
parent
6c7d95a7d2
commit
03f6ac20b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417787
1 changed files with 3 additions and 3 deletions
|
@ -21,12 +21,12 @@ PLIST_FILES= include/randlib.h \
|
|||
lib/librandlib.so \
|
||||
lib/librandlib.so.1
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-extract:
|
||||
${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKDIR}/source/randlib.c/doc/* ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue