aboutsummaryrefslogtreecommitdiff
path: root/chinese/gcin
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2012-01-31 08:26:35 +0000
committerKevin Lo <kevlo@FreeBSD.org>2012-01-31 08:26:35 +0000
commite6ce319bca8df2d319145219d690cc9c049d3d04 (patch)
tree932ef2b0afe56093758b795a25fa39671b4aa290 /chinese/gcin
parenta24ea1e059a6dd7e4f743feca3cc9834241eedd5 (diff)
downloadports-e6ce319bca8df2d319145219d690cc9c049d3d04.tar.gz
ports-e6ce319bca8df2d319145219d690cc9c049d3d04.zip
- Install missing man pages
- Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=290159
Diffstat (limited to 'chinese/gcin')
-rw-r--r--chinese/gcin/Makefile3
-rw-r--r--chinese/gcin/files/patch-Makefile10
2 files changed, 12 insertions, 1 deletions
diff --git a/chinese/gcin/Makefile b/chinese/gcin/Makefile
index 1b1ecf409233..842b354ad7d8 100644
--- a/chinese/gcin/Makefile
+++ b/chinese/gcin/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gcin
PORTVERSION= 2.7.0
+PORTREVISOIN= 1
CATEGORIES= chinese textproc gnome
MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/:main
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:main
@@ -30,7 +31,7 @@ OPTIONS= ANTHY "enable Japanese anthy IM module" off \
QT_IM_MODULE "enable QT IM module" off
MAN1= gcin.1 gcin-exit.1 gcin2tab.1 gcin-gb-toggle.1 gcin-kbm-toggle.1 \
- gcin-message.1 gcin-setup.1 gtab-merge.1 juyin-learn.1 \
+ gcin-message.1 gcin-tools.1 gtab-merge.1 juyin-learn.1 \
phoa2d.1 sim2trad.1 tsa2d32.1 tslearn.1
.include <bsd.port.options.mk>
diff --git a/chinese/gcin/files/patch-Makefile b/chinese/gcin/files/patch-Makefile
new file mode 100644
index 000000000000..4b9ed4dce0d8
--- /dev/null
+++ b/chinese/gcin/files/patch-Makefile
@@ -0,0 +1,10 @@
+--- Makefile.orig 2012-01-31 16:17:52.000000000 +0800
++++ Makefile 2012-01-31 16:18:06.000000000 +0800
+@@ -221,6 +221,7 @@
+ rm -f $(bindir)/trad2sim; ln -sf sim2trad $(bindir)/trad2sim; \
+ fi
+ $(MAKE) -C scripts install
++ $(MAKE) -C man install
+ $(MAKE) -C menu install
+ if [ $(USE_I18N) = 'Y' ]; then $(MAKE) -C po install; fi
+