pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/geda Fix path to Perl.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7716702908a3
branches:  trunk
changeset: 568852:7716702908a3
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Dec 21 20:38:04 2009 +0000

description:
Fix path to Perl.

diffstat:

 cad/geda/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 2329562ae481 -r 7716702908a3 cad/geda/Makefile
--- a/cad/geda/Makefile Mon Dec 21 20:34:05 2009 +0000
+++ b/cad/geda/Makefile Mon Dec 21 20:38:04 2009 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.57 2009/12/15 21:31:52 joerg Exp $
+# $NetBSD: Makefile,v 1.58 2009/12/21 20:38:04 joerg Exp $
 #
 
 DISTNAME=      geda-gaf-${PKGVERSION}
 PKGNAME=       geda-${PKGVERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 PKGVERSION=    1.6.0
 CATEGORIES=    cad
 MASTER_SITES=  ftp://ftp.geda.seul.org/pub/geda/release/v1.6/${PKGVERSION}/ \
@@ -55,7 +55,8 @@
                        utils/scripts/gsymupdate \
                        utils/scripts/pcb_backannotate \
                        utils/scripts/refdes_renum \
-                       utils/scripts/sarlacc_sym
+                       utils/scripts/sarlacc_sym \
+                       utils/gxyrs/gxyrs.pl
 
 # needs GNU m4 for the PCBboard and gsch2pcb netlisters
 USE_TOOLS+=            gmake m4:run pkg-config



Home | Main Index | Thread Index | Old Index