diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-06 13:40:35 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-06 13:40:35 +0000 |
commit | 3f900aac5e820aff449192833d575479597a32a7 (patch) | |
tree | 9009d27ceea7ba5d19187ae70384e94ac2d7a1d3 /x11-wm/sawfish2 | |
parent | 9e13021dec0f6f667dc63a3987d228f5972da08b (diff) | |
download | ports-3f900aac5e820aff449192833d575479597a32a7.tar.gz ports-3f900aac5e820aff449192833d575479597a32a7.zip |
Notes
Diffstat (limited to 'x11-wm/sawfish2')
-rw-r--r-- | x11-wm/sawfish2/Makefile | 5 | ||||
-rw-r--r-- | x11-wm/sawfish2/pkg-plist | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/x11-wm/sawfish2/Makefile b/x11-wm/sawfish2/Makefile index c6b4fae1d1b5..d4f85d72765e 100644 --- a/x11-wm/sawfish2/Makefile +++ b/x11-wm/sawfish2/Makefile @@ -7,7 +7,7 @@ PORTNAME= sawfish PORTVERSION= 0.34 -#PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sawmill @@ -44,6 +44,9 @@ CONFIGURE_ARGS+=--disable-capplet \ PLIST_SUB+= GNOME:="@comment " .endif +post-extract: + @${CP} ${FILESDIR}/zh_TW.Big5.po ${WRKSRC}/po + pre-patch: @${PERL} -pi -e 's^-l(pthread|c_r)^-pthread^g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ diff --git a/x11-wm/sawfish2/pkg-plist b/x11-wm/sawfish2/pkg-plist index 3e9a0733f1ea..f82bb65f0ebb 100644 --- a/x11-wm/sawfish2/pkg-plist +++ b/x11-wm/sawfish2/pkg-plist @@ -96,6 +96,7 @@ share/locale/sv/LC_MESSAGES/sawfish.mo share/locale/tr/LC_MESSAGES/sawfish.mo share/locale/uk/LC_MESSAGES/sawfish.mo share/locale/zh_CN.GB2312/LC_MESSAGES/sawfish.mo +share/locale/zh_TW.Big5/LC_MESSAGES/sawfish.mo share/sawfish/%%VERSION%%/lisp/anim-outline.jl share/sawfish/%%VERSION%%/lisp/anim-outline.jlc share/sawfish/%%VERSION%%/lisp/audio-events.jl |