pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/afterstep Fix more Perl script references.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0036097b45d
branches:  trunk
changeset: 522062:d0036097b45d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Dec 01 20:17:51 2006 +0000

description:
Fix more Perl script references.

diffstat:

 wm/afterstep/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r d17379d3bf9f -r d0036097b45d wm/afterstep/Makefile
--- a/wm/afterstep/Makefile     Fri Dec 01 20:16:09 2006 +0000
+++ b/wm/afterstep/Makefile     Fri Dec 01 20:17:51 2006 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index