diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-05 14:07:30 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-05 14:07:30 +0000 |
commit | cabfd905e42bc3f5f52ada5a3f020ff2c80b86d3 (patch) | |
tree | 13e2226a3758f7129037d692b8863eda42ab0d52 /x11-wm/sawfish2/Makefile | |
parent | c3168654d6ac7bf16d7ab0b942297d74b3e60692 (diff) |
Notes
Diffstat (limited to 'x11-wm/sawfish2/Makefile')
-rw-r--r-- | x11-wm/sawfish2/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-wm/sawfish2/Makefile b/x11-wm/sawfish2/Makefile index 572a3eef4939..c6b4fae1d1b5 100644 --- a/x11-wm/sawfish2/Makefile +++ b/x11-wm/sawfish2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sawfish -PORTVERSION= 0.33.1 +PORTVERSION= 0.34 #PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -53,9 +53,6 @@ pre-patch: 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \ s|\$$\(datadir\)/aclocal|\$$\(prefix\)/share/aclocal|g ; \ s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g' - @find ${WRKSRC} \( -name "*.jl" -or -name "*.jl.in" \) | \ - xargs ${GREP} -l "../locale" | \ - xargs ${PERL} -pi -e "s|\.\./locale|../../../locale|g" post-install: install-info --section="X11 window manager" \ |