mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Switch to options helpers
This commit is contained in:
parent
58653d6ab3
commit
b8d677583a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406278
1 changed files with 6 additions and 8 deletions
|
@ -13,18 +13,16 @@ COMMENT= Tool to modify DT_RPATH in existing ELF binaries
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
|
USES= gmake
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
USES= gmake
|
|
||||||
|
|
||||||
PLIST_FILES= bin/chrpath man/man1/chrpath.1.gz
|
PLIST_FILES= bin/chrpath man/man1/chrpath.1.gz
|
||||||
|
|
||||||
PORTDOCS= AUTHORS ChangeLog NEWS README
|
PORTDOCS= AUTHORS ChangeLog NEWS README
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
post-install:
|
post-install-DOCS-on:
|
||||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
.for i in ${PORTDOCS}
|
.for i in ${PORTDOCS}
|
||||||
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
|
||||||
.endfor
|
.endfor
|
||||||
|
|
Loading…
Add table
Reference in a new issue