- Switch to options helpers

This commit is contained in:
Dmitry Marakasov 2016-01-16 21:39:59 +00:00
parent 58653d6ab3
commit b8d677583a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406278

View file

@ -13,20 +13,18 @@ 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
.include <bsd.port.mk> .include <bsd.port.mk>