summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-05-09 00:01:39 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-05-09 00:01:39 +0000
commitd3046af63fe5cabe3da2015b81f07402a228f2f6 (patch)
tree74076b54cc0b3d8d7fc7fa214d791ccb6f3c3e66 /japanese
parent- Fix dependencies. devel/qt4-linguist is not needed at run-time. [1] (diff)
Support stage
Notes
Notes: svn path=/head/; revision=353372
Diffstat (limited to 'japanese')
-rw-r--r--japanese/Wnn7-lib/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/japanese/Wnn7-lib/Makefile b/japanese/Wnn7-lib/Makefile
index 0b546f9b76bf..503eeceb0c1b 100644
--- a/japanese/Wnn7-lib/Makefile
+++ b/japanese/Wnn7-lib/Makefile
@@ -22,7 +22,6 @@ PORTDOCS= README
OPTIONS_DEFINE= DOCS
OPTIONS_DEFAULT=DOCS
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \
${WRKSRC}/config/Project.tmpl \
@@ -34,14 +33,10 @@ post-patch:
do-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} make World -f Makefile.ini
-.include <bsd.port.options.mk>
-
post-install:
- ${MKDIR} ${PREFIX}/include/wnn7/wnn
- ${INSTALL_DATA} ${WRKSRC}/Wnn/include/*.h ${PREFIX}/include/wnn7/wnn
-.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
-.endif
+ ${MKDIR} ${STAGEDIR}${PREFIX}/include/wnn7/wnn
+ ${INSTALL_DATA} ${WRKSRC}/Wnn/include/*.h ${STAGEDIR}${PREFIX}/include/wnn7/wnn
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>