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/Makefile | |
parent | 9e13021dec0f6f667dc63a3987d228f5972da08b (diff) |
Notes
Diffstat (limited to 'x11-wm/sawfish2/Makefile')
-rw-r--r-- | x11-wm/sawfish2/Makefile | 5 |
1 files changed, 4 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 ; \ |