diff options
author | miwi <miwi@FreeBSD.org> | 2009-11-29 04:39:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-11-29 04:39:45 +0800 |
commit | 656a7719b0726b9d7fefa6be0887eb8f65f5e3fb (patch) | |
tree | db2c58be8a674420263806bd5a6875bd7beaf30a | |
parent | c308be530a49678dea7577f7f919a8fb471a4366 (diff) | |
download | freebsd-ports-gnome-656a7719b0726b9d7fefa6be0887eb8f65f5e3fb.tar.gz freebsd-ports-gnome-656a7719b0726b9d7fefa6be0887eb8f65f5e3fb.tar.zst freebsd-ports-gnome-656a7719b0726b9d7fefa6be0887eb8f65f5e3fb.zip |
* Fixes hardcoded path to scim-launcher;
* Forces recompile due to this amd amd64-related fix of kmflcomp/libkmfl.
* While here pet portlint
PR: 140909
Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> (maintainer)
-rw-r--r-- | textproc/scim-kmfl-imengine/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/scim-kmfl-imengine/Makefile b/textproc/scim-kmfl-imengine/Makefile index 9eb9ec51a839..618f727c0517 100644 --- a/textproc/scim-kmfl-imengine/Makefile +++ b/textproc/scim-kmfl-imengine/Makefile @@ -7,11 +7,10 @@ PORTNAME= scim-kmfl-imengine PORTVERSION= 0.9.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF/kmfl/kmfl/${PORTVERSION} \ http://anthesphoria.net/FreeBSD/ports/distfiles/ - DIST_SUBDIR= kmfl MAINTAINER= nikola.lecic@anthesphoria.net @@ -49,6 +48,9 @@ post-patch: @${REINPLACE_CMD} \ 's|/usr/X11R6/lib|${LOCALBASE}/lib|' \ ${WRKSRC}/src/Makefile.in ${WRKSRC}/src/xkbmap.cpp + @${REINPLACE_CMD} \ + 's|/usr/lib|${LOCALBASE}/lib|' \ + ${WRKSRC}/scim_kmfl_imengine_setup/scim_kmfl_imengine_setup.cpp post-install: .if !defined(NOPORTDOCS) |