diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-11 06:32:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-11 06:32:31 +0800 |
commit | 716120d48c9fd4c1d97aacc6e6c50eb8e02400e5 (patch) | |
tree | 4781cf498879aca2c29a3fb963cb672df0432359 /devel/chrpath | |
parent | fb45e94c5ab514b713e8cb9acb66fcf0771f6c93 (diff) | |
download | freebsd-ports-gnome-716120d48c9fd4c1d97aacc6e6c50eb8e02400e5.tar.gz freebsd-ports-gnome-716120d48c9fd4c1d97aacc6e6c50eb8e02400e5.tar.zst freebsd-ports-gnome-716120d48c9fd4c1d97aacc6e6c50eb8e02400e5.zip |
Support stage
Strip binaries
Diffstat (limited to 'devel/chrpath')
-rw-r--r-- | devel/chrpath/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/devel/chrpath/Makefile b/devel/chrpath/Makefile index 405995e77251..521d2e3484f3 100644 --- a/devel/chrpath/Makefile +++ b/devel/chrpath/Makefile @@ -15,8 +15,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -MAN1= chrpath.1 - USES= fmake PLIST_FILES= bin/chrpath @@ -25,15 +23,10 @@ PORTDOCS= AUTHORS ChangeLog NEWS README OPTIONS_DEFINE= DOCS -NO_STAGE= yes -.include <bsd.port.options.mk> - post-install: -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} . for i in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} . endfor -.endif .include <bsd.port.mk> |