pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/afterstep Fixed the path to the Perl interpreter. B...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3da9cb1b0ae2
branches:  trunk
changeset: 519334:3da9cb1b0ae2
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 01 15:15:12 2006 +0000

description:
Fixed the path to the Perl interpreter. Bumped PKGREVISION.

diffstat:

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

diffs (22 lines):

diff -r 8409814e0252 -r 3da9cb1b0ae2 wm/afterstep/Makefile
--- a/wm/afterstep/Makefile     Sun Oct 01 15:13:22 2006 +0000
+++ b/wm/afterstep/Makefile     Sun Oct 01 15:15:12 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2006/04/17 13:46:49 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2006/10/01 15:15:12 rillig Exp $
 
 DISTNAME=      AfterStep-2.1.2
 PKGNAME=       ${DISTNAME:S/AfterStep/afterstep/}
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    wm
 MASTER_SITES=  ftp://ftp.afterstep.org/stable/
 EXTRACT_SUFX=  .tar.bz2
@@ -16,6 +16,7 @@
 USE_DIRS+=             gnome2-1.5
 USE_TOOLS+=            gmake perl:run
 GNU_CONFIGURE=         yes
+REPLACE_PERL+=         tools/ascommand.pl
 
 .include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index