aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/celrw
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-20 16:46:05 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-20 16:46:05 +0800
commite1f6901562578f5a2b70e8fc582aecd292cb2d07 (patch)
tree4d815d9f86ce82b1e0a993341164d5c77dd3d73f /japanese/celrw
parent88c219c7771157f80c9b2f1a2af416b15d016813 (diff)
downloadfreebsd-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/Makefile11
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>