diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-06-14 01:40:06 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-06-14 01:40:06 +0000 |
commit | ea4e3a37f178239d02b90209e3d97f8f35cbba2b (patch) | |
tree | 96c53f0d4497a55da0cca3659108e3acab016866 /chinese/gcin-devel | |
parent | 46a4c74271d292f7272a7680f9cb4764369a3450 (diff) | |
download | ports-ea4e3a37f178239d02b90209e3d97f8f35cbba2b.tar.gz ports-ea4e3a37f178239d02b90209e3d97f8f35cbba2b.zip |
Notes
Diffstat (limited to 'chinese/gcin-devel')
-rw-r--r-- | chinese/gcin-devel/Makefile | 4 | ||||
-rw-r--r-- | chinese/gcin-devel/distinfo | 4 | ||||
-rw-r--r-- | chinese/gcin-devel/files/patch-configure | 17 |
3 files changed, 18 insertions, 7 deletions
diff --git a/chinese/gcin-devel/Makefile b/chinese/gcin-devel/Makefile index f485d98984a4..60ba036b3581 100644 --- a/chinese/gcin-devel/Makefile +++ b/chinese/gcin-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gcin -PORTVERSION= 0.9.6 +PORTVERSION= 0.9.7 CATEGORIES= chinese MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/ \ http://edt1023.sayya.org/misc/ @@ -25,6 +25,8 @@ USE_GNOME= gtk20 USE_GMAKE= YES PLIST_SUB+= BOSHIAMY="@comment " +MAN1= gcin.1 gcin2tab.1 + .include <bsd.port.pre.mk> pre-everything:: diff --git a/chinese/gcin-devel/distinfo b/chinese/gcin-devel/distinfo index 31092a61c1c2..845dfb32aef1 100644 --- a/chinese/gcin-devel/distinfo +++ b/chinese/gcin-devel/distinfo @@ -1,4 +1,4 @@ -MD5 (gcin-0.9.6.tar.bz2) = ce72ffd4eaf7c031fc1818e44f2229c7 -SIZE (gcin-0.9.6.tar.bz2) = 1167858 +MD5 (gcin-0.9.7.tar.bz2) = 43621aecfaec6a1c20da06c9861d639c +SIZE (gcin-0.9.7.tar.bz2) = 1171716 MD5 (noseeing-3.tar.gz) = ca699328fc8e280d970498c3c0e9b34b SIZE (noseeing-3.tar.gz) = 391948 diff --git a/chinese/gcin-devel/files/patch-configure b/chinese/gcin-devel/files/patch-configure index fca55df3d394..c4906975f463 100644 --- a/chinese/gcin-devel/files/patch-configure +++ b/chinese/gcin-devel/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Thu Apr 7 08:59:13 2005 -+++ configure Thu Apr 7 09:01:06 2005 +--- configure.orig Tue May 24 19:14:40 2005 ++++ configure Mon Jun 13 23:57:03 2005 @@ -1,12 +1,12 @@ -#!/bin/bash +#!/bin/sh @@ -16,7 +16,16 @@ if [ $? = 0 ]; then FREEBSD=1 else -@@ -60,7 +60,7 @@ +@@ -50,7 +50,7 @@ + + bindir=$prefix/bin + datadir=$prefix/share +-mandir=$datadir/man ++mandir=$prefix/man + libdir=$prefix/lib + includedir=$prefix/include + GCIN_VERSION=`cat VERSION.gcin` +@@ -61,7 +61,7 @@ OPTFLAGS="-O" fi @@ -25,7 +34,7 @@ echo "MAKE=$MAKE" >> config.mak echo "GTKINC=$GTKINC" >> config.mak echo "prefix=$prefix" >> config.mak -@@ -78,8 +78,8 @@ +@@ -81,8 +81,8 @@ echo "GCIN_SCRIPT_DIR=\$(datadir_r)/gcin/script" >> config.mak echo "GCIN_SCRIPT_DIR_i=\$(datadir)/gcin/script" >> config.mak echo "OPTFLAGS=$OPTFLAGS" >> config.mak |