svn commit: r351218 - head/japanese/ipadic
Rene Ladan
rene at FreeBSD.org
Sun Apr 13 13:18:46 UTC 2014
Author: rene
Date: Sun Apr 13 13:18:45 2014
New Revision: 351218
URL: http://svnweb.freebsd.org/changeset/ports/351218
QAT: https://qat.redports.org/buildarchive/r351218/
Log:
- Fix leftover file
- Bump PORTREVISION
Submitted by: QAT
Modified:
head/japanese/ipadic/Makefile
Modified: head/japanese/ipadic/Makefile
==============================================================================
--- head/japanese/ipadic/Makefile Sun Apr 13 13:04:31 2014 (r351217)
+++ head/japanese/ipadic/Makefile Sun Apr 13 13:18:45 2014 (r351218)
@@ -3,7 +3,7 @@
PORTNAME= ipadic
PORTVERSION= 2.7.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= japanese textproc
MASTER_SITES= SFJP/${PORTNAME}/24435
@@ -13,13 +13,14 @@ COMMENT= Japanese Morphological Dictiona
BUILD_DEPENDS= chasen:${PORTSDIR}/japanese/chasen-base
RUN_DEPENDS= chasen:${PORTSDIR}/japanese/chasen-base
-CONFIGURE_ARGS= --with-dicdir=${PREFIX}/share/chasen/dic
+CONFIGURE_ARGS= --with-dicdir=${PREFIX}/share/chasen/dic \
+ --with-chasenrc-path=${STAGEDIR}${PREFIX}/share/chasen/dic/ipadic
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
pre-install:
${MKDIR} ${STAGEDIR}${PREFIX}/share/chasen/dic/ipadic
${INSTALL_DATA} ${WRKSRC}/chasenrc \
- ${STAGEDIR}${PREFIX}/share/chasen/dic/ipadic/chasenrc.sample
+ ${STAGEDIR}${PREFIX}/share/chasen/dic/ipadic/chasenrc.sample
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list