diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-01-06 18:50:45 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-01-06 18:50:45 +0000 |
commit | cffdefd062660afc5a1f03ac89ca9af6eabde59b (patch) | |
tree | 55d43b66389ac7fb810105a4c3bcecbba26c129c /japanese/scim-tomoe | |
parent | 39f4018495bcc40dd73eeea734ab6ff0d26a5095 (diff) | |
download | ports-cffdefd062660afc5a1f03ac89ca9af6eabde59b.tar.gz ports-cffdefd062660afc5a1f03ac89ca9af6eabde59b.zip |
Notes
Diffstat (limited to 'japanese/scim-tomoe')
-rw-r--r-- | japanese/scim-tomoe/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/scim-tomoe/Makefile b/japanese/scim-tomoe/Makefile index 081fd055d134..d7e327150245 100644 --- a/japanese/scim-tomoe/Makefile +++ b/japanese/scim-tomoe/Makefile @@ -7,7 +7,7 @@ PORTNAME= scim-tomoe PORTVERSION= 0.5.0 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR=scim-imengine/23343 @@ -28,7 +28,8 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" -PLIST_FILES= lib/scim-1.0/1.4.0/Helper/tomoe.a \ +PLIST_FILES= bin/scim-tomoe \ + lib/scim-1.0/1.4.0/Helper/tomoe.a \ lib/scim-1.0/1.4.0/Helper/tomoe.la \ lib/scim-1.0/1.4.0/Helper/tomoe.so \ share/locale/ja/LC_MESSAGES/scim-tomoe.mo \ |