diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2008-05-29 23:19:27 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2008-05-29 23:19:27 +0000 |
commit | 9db928c191a686dfd2290d4292d6a650944724f4 (patch) | |
tree | b2620db977fc7f41903a5ad38507c61d8e6429ad /chinese | |
parent | 086704971fd09544bac5edf0d0d53d9ba4859350 (diff) | |
download | ports-9db928c191a686dfd2290d4292d6a650944724f4.tar.gz ports-9db928c191a686dfd2290d4292d6a650944724f4.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/gcin-devel/Makefile | 4 | ||||
-rw-r--r-- | chinese/gcin/Makefile | 4 |
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 |