ports/63422: Update port: japanese/uim (fix a path for skk-jisyo)
Kimura Fuyuki
fuyuki at nigredo.org
Thu Feb 26 23:40:20 UTC 2004
>Number: 63422
>Category: ports
>Synopsis: Update port: japanese/uim (fix a path for skk-jisyo)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Feb 26 15:40:19 PST 2004
>Closed-Date:
>Last-Modified:
>Originator: Kimura Fuyuki
>Release: FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
FreeBSD ns.nigredo.org 5.2.1-RELEASE i386
>Description:
The path for skk-jisyo is wrongly hardcoded.
>How-To-Repeat:
>Fix:
cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/japanese/uim/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile 8 Feb 2004 15:28:10 -0000 1.13
+++ Makefile 26 Feb 2004 23:26:17 -0000
@@ -15,6 +15,7 @@
LIB_DEPENDS= anthy.0:${PORTSDIR}/japanese/anthy
+USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_PERL5_BUILD=yes
INSTALLS_SHLIB= yes
@@ -44,6 +45,9 @@
.else
PLIST_SUB+= GNOME="@comment "
.endif
+
+post-patch:
+ ${REINPLACE_CMD} -e 's,/usr,${LOCALBASE},' ${WRKSRC}/scm/skk.scm
.if !defined(NOPORTDOCS)
post-install:
cvs diff: Diffing files
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list