diff options
author | clsung <clsung@FreeBSD.org> | 2006-05-27 23:43:26 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-05-27 23:43:26 +0800 |
commit | 20b4df0a0699b3629934182da0025896adbbce6a (patch) | |
tree | 8a7aa5265918af3b0567bb88d1dff8f89c5d1c91 /chinese/oto | |
parent | 2a622e584730f47c68280045dfecdccafa76178a (diff) | |
download | freebsd-ports-gnome-20b4df0a0699b3629934182da0025896adbbce6a.tar.gz freebsd-ports-gnome-20b4df0a0699b3629934182da0025896adbbce6a.tar.zst freebsd-ports-gnome-20b4df0a0699b3629934182da0025896adbbce6a.zip |
- Update to 0.5
- use GNU_CONFIGURE, so it will be PREFIX clean now
- use %%DATADIR%%
PR: 98001
Submitted by: Rong-En Fan <rafan_AT_infor dot org>
Diffstat (limited to 'chinese/oto')
-rw-r--r-- | chinese/oto/Makefile | 5 | ||||
-rw-r--r-- | chinese/oto/distinfo | 6 | ||||
-rw-r--r-- | chinese/oto/pkg-plist | 10 |
3 files changed, 10 insertions, 11 deletions
diff --git a/chinese/oto/Makefile b/chinese/oto/Makefile index 4ee2bc9c1f5c..642130dcde69 100644 --- a/chinese/oto/Makefile +++ b/chinese/oto/Makefile @@ -6,8 +6,7 @@ # PORTNAME= oto -PORTVERSION= 0.4 -PORTREVISION= 2 +PORTVERSION= 0.5 CATEGORIES= chinese print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +16,7 @@ COMMENT= Show you font info and add new 'name' and 'cmap' tables USE_ICONV= yes USE_GETOPT_LONG=yes -HAS_CONFIGURE= YES +GNU_CONFIGURE= YES USE_GMAKE= YES CPPFLAGS= -I${LOCALBASE}/include CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LIBS="-L${LOCALBASE}/lib -liconv" diff --git a/chinese/oto/distinfo b/chinese/oto/distinfo index 7b10db3e5a31..6b43df1634bb 100644 --- a/chinese/oto/distinfo +++ b/chinese/oto/distinfo @@ -1,3 +1,3 @@ -MD5 (oto-0.4.tar.gz) = 66f4cdacd3b235fcbfd718b9184b6870 -SHA256 (oto-0.4.tar.gz) = b782682e8d8fe3f23d474f0698645b16b793d583c973f525bb80183d251b0c6c -SIZE (oto-0.4.tar.gz) = 264000 +MD5 (oto-0.5.tar.gz) = 3ff522f1812b8c5f568e443029c7c420 +SHA256 (oto-0.5.tar.gz) = 30d17497a1344e9720efce8ea073c54bec5c87d9f66a490064207a09c072c943 +SIZE (oto-0.5.tar.gz) = 588248 diff --git a/chinese/oto/pkg-plist b/chinese/oto/pkg-plist index 6516b8ffe569..85ed19dbd8ce 100644 --- a/chinese/oto/pkg-plist +++ b/chinese/oto/pkg-plist @@ -1,6 +1,6 @@ bin/oto -share/oto/GB2312.TXT -share/oto/GB12345.TXT -share/oto/GB12345p.TXT -share/oto/BIG5.TXT -@dirrm share/oto +%%DATADIR%%/GB2312.TXT +%%DATADIR%%/GB12345.TXT +%%DATADIR%%/GB12345p.TXT +%%DATADIR%%/BIG5.TXT +@dirrm %%DATADIR%% |