- Switch to options helpers
This commit is contained in:
parent
2d7ee0d870
commit
4cac328dae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412463
1 changed files with 3 additions and 1 deletions
|
@ -27,7 +27,9 @@ SUB_FILES= pkg-message
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xmms2-scrobbler
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xmms2-scrobbler
|
||||||
|
|
||||||
|
post-install-DOCS-on:
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue