diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-20 16:46:05 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-20 16:46:05 +0800 |
commit | e1f6901562578f5a2b70e8fc582aecd292cb2d07 (patch) | |
tree | 4d815d9f86ce82b1e0a993341164d5c77dd3d73f /japanese/celrw | |
parent | 88c219c7771157f80c9b2f1a2af416b15d016813 (diff) | |
download | freebsd-ports-gnome-e1f6901562578f5a2b70e8fc582aecd292cb2d07.tar.gz freebsd-ports-gnome-e1f6901562578f5a2b70e8fc582aecd292cb2d07.tar.zst freebsd-ports-gnome-e1f6901562578f5a2b70e8fc582aecd292cb2d07.zip |
Support staging
Diffstat (limited to 'japanese/celrw')
-rw-r--r-- | japanese/celrw/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/japanese/celrw/Makefile b/japanese/celrw/Makefile index 51d845e32ccd..32d54b0d5078 100644 --- a/japanese/celrw/Makefile +++ b/japanese/celrw/Makefile @@ -17,7 +17,8 @@ ALL_TARGET= ${PORTNAME} PORTDOCS= README PLIST_FILES= bin/celrw -NO_STAGE= yes +OPTIONS_DEFINE= DOCS + post-extract: .for file in config.guess config.sub install.sh @${RM} -f ${WRKSRC}/${file} @@ -25,10 +26,8 @@ post-extract: .endfor do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/celrw ${PREFIX}/bin -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif + ${INSTALL_PROGRAM} ${WRKSRC}/celrw ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |