From 794d8ad6fddc756e86eed1706b2bffd360d5075f Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 1 Dec 2006 20:17:51 +0000 Subject: [PATCH] Fix more Perl script references. --- wm/afterstep/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wm/afterstep/Makefile b/wm/afterstep/Makefile index fb0b84a63a40..0dba7e629924 100644 --- a/wm/afterstep/Makefile +++ b/wm/afterstep/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2006/10/01 15:15:12 rillig Exp $ +# $NetBSD: Makefile,v 1.37 2006/12/01 20:17:51 joerg Exp $ DISTNAME= AfterStep-2.1.2 PKGNAME= ${DISTNAME:S/AfterStep/afterstep/} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= wm MASTER_SITES= ftp://ftp.afterstep.org/stable/ EXTRACT_SUFX= .tar.bz2 @@ -16,7 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_DIRS+= gnome2-1.5 USE_TOOLS+= gmake perl:run GNU_CONFIGURE= yes -REPLACE_PERL+= tools/ascommand.pl +REPLACE_PERL+= tools/ascommand.pl tools/installastheme.pl tools/makeastheme.pl .include "../../graphics/MesaLib/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk"