diff options
author | lx <lx@FreeBSD.org> | 2007-12-13 02:53:45 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2007-12-13 02:53:45 +0800 |
commit | f1ee2c8adab4ddf571a15e93f637ccfa7301aed2 (patch) | |
tree | ab7cf51899f83c36406c15dd5a8c757c17a38149 /textproc | |
parent | 116780313b9c0c9d5c6dd84a50b2aed658e6a51e (diff) | |
download | freebsd-ports-gnome-f1ee2c8adab4ddf571a15e93f637ccfa7301aed2.tar.gz freebsd-ports-gnome-f1ee2c8adab4ddf571a15e93f637ccfa7301aed2.tar.zst freebsd-ports-gnome-f1ee2c8adab4ddf571a15e93f637ccfa7301aed2.zip |
Fix moduledir and simplify things a bit.
PR: ports/118272
Submitted by: Nikola Lecic
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/scim-table-imengine/Makefile | 6 | ||||
-rw-r--r-- | textproc/scim-table-imengine/files/patch-configure | 13 | ||||
-rw-r--r-- | textproc/scim-table-imengine/pkg-plist | 16 |
3 files changed, 10 insertions, 25 deletions
diff --git a/textproc/scim-table-imengine/Makefile b/textproc/scim-table-imengine/Makefile index a2733e093102..70f127103a66 100644 --- a/textproc/scim-table-imengine/Makefile +++ b/textproc/scim-table-imengine/Makefile @@ -7,7 +7,7 @@ PORTNAME= scim-table-imengine PORTVERSION= 0.5.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=scim @@ -31,9 +31,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 + PREFIX="${PREFIX}" PLIST_SUB= SKIM="@comment " diff --git a/textproc/scim-table-imengine/files/patch-configure b/textproc/scim-table-imengine/files/patch-configure deleted file mode 100644 index 021399f3d44b..000000000000 --- a/textproc/scim-table-imengine/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ ---- 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 505959aeecb3..d4d879bd925e 100644 --- a/textproc/scim-table-imengine/pkg-plist +++ b/textproc/scim-table-imengine/pkg-plist @@ -1,10 +1,10 @@ bin/scim-make-table -lib/scim-1.0/IMEngine/table.a -lib/scim-1.0/IMEngine/table.la -lib/scim-1.0/IMEngine/table.so -lib/scim-1.0/SetupUI/table-imengine-setup.a -lib/scim-1.0/SetupUI/table-imengine-setup.la -lib/scim-1.0/SetupUI/table-imengine-setup.so +lib/scim-1.0/1.4.0/IMEngine/table.a +lib/scim-1.0/1.4.0/IMEngine/table.la +lib/scim-1.0/1.4.0/IMEngine/table.so +lib/scim-1.0/1.4.0/SetupUI/table-imengine-setup.a +lib/scim-1.0/1.4.0/SetupUI/table-imengine-setup.la +lib/scim-1.0/1.4.0/SetupUI/table-imengine-setup.so share/scim/icons/table.png share/locale/zh_CN/LC_MESSAGES/scim-tables.mo share/locale/zh_TW/LC_MESSAGES/scim-tables.mo @@ -33,6 +33,6 @@ share/locale/pa/LC_MESSAGES/scim-tables.mo %%SKIM%%@dirrmtry share/apps/skim %%SKIM%%@dirrmtry share/config.kcfg %%SKIM%%@dirrmtry share/services/skimconfiguredialog -@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 |