diff options
author | chinsan <chinsan@FreeBSD.org> | 2008-05-30 07:19:27 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2008-05-30 07:19:27 +0800 |
commit | a2c7ccbe112f3eb19cba94c6ce5bbe52e091b728 (patch) | |
tree | c5d55f4453975692b66dc00a40dd3dc338908b5b /chinese/gcin-devel | |
parent | e53a1ab30acbef3bc4af099076b1f6e569df5fc9 (diff) | |
download | freebsd-ports-gnome-a2c7ccbe112f3eb19cba94c6ce5bbe52e091b728.tar.gz freebsd-ports-gnome-a2c7ccbe112f3eb19cba94c6ce5bbe52e091b728.tar.zst freebsd-ports-gnome-a2c7ccbe112f3eb19cba94c6ce5bbe52e091b728.zip |
- Fix the pkg-plist if defined(NOPORTDOCS).
Noticed by: itetcu
Diffstat (limited to 'chinese/gcin-devel')
-rw-r--r-- | chinese/gcin-devel/Makefile | 4 |
1 files changed, 3 insertions, 1 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 |