aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-21 01:55:26 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-21 01:55:26 +0000
commitcc2c926e6dbd6d091d01e55e65e05470b427a6bb (patch)
treed6d2a037cbfc5f911f8d7e44b1d5bd3ca00555b1 /japanese
parent1d4d2c796217b01ab367af5ef21b22fbc815e659 (diff)
downloadports-cc2c926e6dbd6d091d01e55e65e05470b427a6bb.tar.gz
ports-cc2c926e6dbd6d091d01e55e65e05470b427a6bb.zip
Notes
Diffstat (limited to 'japanese')
-rw-r--r--japanese/esecanna/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/japanese/esecanna/Makefile b/japanese/esecanna/Makefile
index 1fae2d36835a..cf7de19ea2bc 100644
--- a/japanese/esecanna/Makefile
+++ b/japanese/esecanna/Makefile
@@ -17,12 +17,11 @@ COMMENT= Pseudo cannaserver which wraps some other input engines
USE_RC_SUBR= esecanna
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake
CONFIGURE_ARGS= --with-piddir="/var/run/esecanna"
DOCS= CREDITS CHANGES.jp README.First.jp README.jp
-NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e " \
s,!!PREFIX!!,${PREFIX},g; \
@@ -31,11 +30,8 @@ post-patch:
${WRKSRC}/esecannarc
post-install:
- ${MKDIR} ${PREFIX}/lib/esecanna
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/esecanna
- cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/esecanna/
-.endif
- @${CAT} ${PKGMESSAGE}
+ ${MKDIR} ${STAGEDIR}${PREFIX}/lib/esecanna
+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/esecanna
+ cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${PREFIX}/share/doc/esecanna/
.include <bsd.port.mk>