diff options
author | rillig <rillig@pkgsrc.org> | 2006-06-25 10:48:17 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-06-25 10:48:17 +0000 |
commit | 5766df03cb271e8e29aacc05adeb20c83bd43eda (patch) | |
tree | 66b1fcd3a979411c5e8aef00c65cb9f79c406d2b /wm | |
parent | 68f085bf80391f57afbc9b7a0dcdd2ed22db7267 (diff) | |
download | pkgsrc-5766df03cb271e8e29aacc05adeb20c83bd43eda.tar.gz |
Fixed script interpreters. Bumped PKGREVISION.
We're in a pkgsrc freeze and this is not a leaf package, but the only
package using this is meta-pkgs/windowmaker-desktop.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/wmakerconf/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/wm/wmakerconf/Makefile b/wm/wmakerconf/Makefile index 979490fe4c3..ab48d1f6c5b 100644 --- a/wm/wmakerconf/Makefile +++ b/wm/wmakerconf/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2006/06/20 21:18:22 joerg Exp $ +# $NetBSD: Makefile,v 1.40 2006/06/25 10:48:17 rillig Exp $ DISTNAME= wmakerconf-2.11 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= x11 wm windowmaker MASTER_SITES= http://starplot.org/wmakerconf/ @@ -23,6 +23,9 @@ CONFIGURE_ARGS+= --with-wmakeretcprefix=${PKG_SYSCONFDIR}/WindowMaker CONFIGURE_ENV+= gzip=${TOOLS_GZIP_CMD:Q} CONFIGURE_ENV+= tar=${TOOLS_TAR:Q} +REPLACE_PERL+= scripts/*.pl.in +USE_TOOLS+= perl:run + post-extract: ${MV} ${WRKSRC}/data/WMWmakerconf ${WRKSRC}/data/WMWmakerconf.in |