aboutsummaryrefslogtreecommitdiff
path: root/devel/chrpath
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-01-16 21:39:59 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-01-16 21:39:59 +0000
commitb8d677583a8416cc40e94bb2eb98c2014b30a5df (patch)
tree86f4de0dc6737118d90cefe6568f627231509c0e /devel/chrpath
parent58653d6ab3b7e9d84e50e2dc4c50ee3ab7161120 (diff)
downloadports-b8d677583a8416cc40e94bb2eb98c2014b30a5df.tar.gz
ports-b8d677583a8416cc40e94bb2eb98c2014b30a5df.zip
- Switch to options helpers
Notes
Notes: svn path=/head/; revision=406278
Diffstat (limited to 'devel/chrpath')
-rw-r--r--devel/chrpath/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/devel/chrpath/Makefile b/devel/chrpath/Makefile
index 571128d508c0..13dfcac513b6 100644
--- a/devel/chrpath/Makefile
+++ b/devel/chrpath/Makefile
@@ -13,20 +13,18 @@ COMMENT= Tool to modify DT_RPATH in existing ELF binaries
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-GNU_CONFIGURE= yes
-
USES= gmake
+GNU_CONFIGURE= yes
PLIST_FILES= bin/chrpath man/man1/chrpath.1.gz
-
PORTDOCS= AUTHORS ChangeLog NEWS README
OPTIONS_DEFINE= DOCS
-post-install:
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
-. for i in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
-. endfor
+post-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+.for i in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
+.endfor
.include <bsd.port.mk>