diff options
Diffstat (limited to 'japanese/uim/Makefile')
-rw-r--r-- | japanese/uim/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/japanese/uim/Makefile b/japanese/uim/Makefile index 7bb8a2f5b1b..96c2f9dd79d 100644 --- a/japanese/uim/Makefile +++ b/japanese/uim/Makefile @@ -6,7 +6,7 @@ # PORTNAME= uim -PORTVERSION= 0.2.8 +PORTVERSION= 0.3.1 CATEGORIES= japanese x11 MASTER_SITES= http://freedesktop.org/Software/UimDownload/ @@ -15,6 +15,7 @@ COMMENT= Input method library LIB_DEPENDS= anthy.0:${PORTSDIR}/japanese/anthy +USE_REINPLACE= yes USE_X_PREFIX= yes USE_PERL5_BUILD=yes INSTALLS_SHLIB= yes @@ -45,6 +46,9 @@ PLIST_SUB+= GNOME="" PLIST_SUB+= GNOME="@comment " .endif +post-patch: + ${REINPLACE_CMD} -e 's,/usr,${LOCALBASE},' ${WRKSRC}/scm/skk.scm + .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${DOCSDIR_JA} |