summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorjmmv <jmmv>2002-12-20 19:04:38 +0000
committerjmmv <jmmv>2002-12-20 19:04:38 +0000
commitb4ddaafb7dcba6bcd88df2dff3db78e79602457b (patch)
treec0a6b7ea8056fe348adcf7218e7a5ab9ceea7f50 /wm
parent8bd08628c047923a3e84401591d53f5f9a36795f (diff)
downloadpkgsrc-b4ddaafb7dcba6bcd88df2dff3db78e79602457b.tar.gz
Waimea installs several scripts that require perl; depend on it and patch
all these scripts so they find the right perl binary. Bump PKGREVISION to 1. Approved by wiz.
Diffstat (limited to 'wm')
-rw-r--r--wm/waimea/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/wm/waimea/Makefile b/wm/waimea/Makefile
index 8d3b60308bf..99a7ea72245 100644
--- a/wm/waimea/Makefile
+++ b/wm/waimea/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/12/18 20:09:16 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2002/12/20 19:04:38 jmmv Exp $
#
DISTNAME= waimea-0.4.0
+PKGREVISION= 1
CATEGORIES= wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=waimea/}
@@ -12,6 +13,7 @@ COMMENT= Fast and highly customizable virtual window manager
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_GMAKE= YES
+USE_PERL5= run
USE_X11= YES
.include "../../mk/bsd.prefs.mk"
@@ -30,8 +32,14 @@ CONFIGURE_ARGS+= --disable-shape
CONFIGURE_ARGS+= --disable-randr
+REPLACE_PERL = \
+ ${WRKSRC}/data/scripts/filelist.pl \
+ ${WRKSRC}/data/scripts/procinfo.pl \
+ ${WRKSRC}/data/scripts/stylesdir.pl.in
+
.include "../../devel/pkgconfig/buildlink2.mk"
.include "../../fonts/Xft2/buildlink2.mk"
.include "../../graphics/freetype2/buildlink2.mk"
.include "../../graphics/imlib2/buildlink2.mk"
+.include "../../lang/perl5/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"