diff options
author | David Thiel <lx@FreeBSD.org> | 2007-04-30 21:44:45 +0000 |
---|---|---|
committer | David Thiel <lx@FreeBSD.org> | 2007-04-30 21:44:45 +0000 |
commit | 4c78c1b770c6e80b5f24709f823dbfc28ef57fdf (patch) | |
tree | 39d6bca4dc645f4656a479ec871b22df11270a05 /textproc | |
parent | 08bac1fedd06b1603b3f81bcd964003b81954314 (diff) | |
download | freebsd-ports-4c78c1b770c6e80b5f24709f823dbfc28ef57fdf.zip |
Fix wonky PREFIX handling.
Submitted by: kris via pointyhat
Approved by: edwin (mentor)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/scim-table-imengine/Makefile | 1 | ||||
-rw-r--r-- | textproc/scim-table-imengine/files/patch-configure | 13 | ||||
-rw-r--r-- | textproc/scim-table-imengine/pkg-plist | 6 |
3 files changed, 18 insertions, 2 deletions
diff --git a/textproc/scim-table-imengine/Makefile b/textproc/scim-table-imengine/Makefile index 9a635f3c2a88..862d959af98e 100644 --- a/textproc/scim-table-imengine/Makefile +++ b/textproc/scim-table-imengine/Makefile @@ -30,6 +30,7 @@ MAN1= scim-make-table.1 CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" \ + PREFIX="${PREFIX}" \ SCIM_DATADIR=${PREFIX}/share/scim \ SCIM_ICONDIR=${PREFIX}/share/scim/icons diff --git a/textproc/scim-table-imengine/files/patch-configure b/textproc/scim-table-imengine/files/patch-configure new file mode 100644 index 000000000000..021399f3d44b --- /dev/null +++ b/textproc/scim-table-imengine/files/patch-configure @@ -0,0 +1,13 @@ +--- configure.orig Mon Apr 30 13:30:12 2007 ++++ configure Mon Apr 30 13:30:25 2007 +@@ -30244,10 +30244,6 @@ + CXXFLAGS="$CXXFLAGS -g" + fi + +-SCIM_ICONDIR=`$PKG_CONFIG --variable=icondir scim` +-SCIM_MODULEDIR=`$PKG_CONFIG --variable=moduledir scim` +-SCIM_DATADIR=`$PKG_CONFIG --variable=scimdatadir scim` +- + if test "x$SCIM_ICONDIR" = "x"; then + SCIM_ICONDIR=${datadir}/scim/icons + fi diff --git a/textproc/scim-table-imengine/pkg-plist b/textproc/scim-table-imengine/pkg-plist index 38f2a2f2db01..722d84328513 100644 --- a/textproc/scim-table-imengine/pkg-plist +++ b/textproc/scim-table-imengine/pkg-plist @@ -39,5 +39,7 @@ share/locale/pa/LC_MESSAGES/scim-tables.mo @dirrmtry share/locale/zh_CN @dirrmtry share/locale/ko/LC_MESSAGES @dirrmtry share/locale/ko -@dirrmtry lib/scim-1.0/SetupUI -@dirrmtry lib/scim-1.0/IMEngine +@dirrmtry lib/scim-1.0/1.4.0/SetupUI +@dirrmtry lib/scim-1.0/1.4.0/IMEngine +@dirrmtry lib/scim-1.0/1.4.0 +@dirrmtry lib/scim-1.0 |