aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorChin-San Huang <chinsan@FreeBSD.org>2008-05-29 23:19:27 +0000
committerChin-San Huang <chinsan@FreeBSD.org>2008-05-29 23:19:27 +0000
commit9db928c191a686dfd2290d4292d6a650944724f4 (patch)
treeb2620db977fc7f41903a5ad38507c61d8e6429ad /chinese
parent086704971fd09544bac5edf0d0d53d9ba4859350 (diff)
downloadports-9db928c191a686dfd2290d4292d6a650944724f4.tar.gz
ports-9db928c191a686dfd2290d4292d6a650944724f4.zip
- Fix the pkg-plist if defined(NOPORTDOCS).
Noticed by: itetcu
Notes
Notes: svn path=/head/; revision=213905
Diffstat (limited to 'chinese')
-rw-r--r--chinese/gcin-devel/Makefile4
-rw-r--r--chinese/gcin/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/chinese/gcin-devel/Makefile b/chinese/gcin-devel/Makefile
index c7a4f5da3689..82116f232be8 100644
--- a/chinese/gcin-devel/Makefile
+++ b/chinese/gcin-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gcin
PORTVERSION= 1.4.0
+PORTREVISION= 1
CATEGORIES= chinese textproc gnome
MASTER_SITES= http://cle.linux.org.tw/gcin/download/:main \
http://ftp.twaren.net/local-distfiles/gcin/:main \
@@ -57,7 +58,8 @@ pre-patch:
s,/usr/share,$$prefix/share,; s,libdir)\/gcin,libdir),; \
143,150 d; \
s,gcc,$$CC,; s,gcin-$$GCIN_VERSION,gcin,' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's,\/usr\/share,$$(prefix)\/share,' \
+ @${REINPLACE_CMD} -e 's,\/usr\/share,$$(prefix)\/share,; \
+ 210,211 d; 215,216 d;' \
${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's,/usr/local,/usr,g' \
${WRKSRC}/gtk-im/Makefile ${WRKSRC}/menu/Makefile
diff --git a/chinese/gcin/Makefile b/chinese/gcin/Makefile
index c7a4f5da3689..82116f232be8 100644
--- a/chinese/gcin/Makefile
+++ b/chinese/gcin/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gcin
PORTVERSION= 1.4.0
+PORTREVISION= 1
CATEGORIES= chinese textproc gnome
MASTER_SITES= http://cle.linux.org.tw/gcin/download/:main \
http://ftp.twaren.net/local-distfiles/gcin/:main \
@@ -57,7 +58,8 @@ pre-patch:
s,/usr/share,$$prefix/share,; s,libdir)\/gcin,libdir),; \
143,150 d; \
s,gcc,$$CC,; s,gcin-$$GCIN_VERSION,gcin,' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's,\/usr\/share,$$(prefix)\/share,' \
+ @${REINPLACE_CMD} -e 's,\/usr\/share,$$(prefix)\/share,; \
+ 210,211 d; 215,216 d;' \
${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's,/usr/local,/usr,g' \
${WRKSRC}/gtk-im/Makefile ${WRKSRC}/menu/Makefile