pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/parallel/openpbs Convert to bl3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1636464e0c69
branches: trunk
changeset: 473825:1636464e0c69
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Apr 24 22:40:40 2004 +0000
description:
Convert to bl3.
diffstat:
parallel/openpbs/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r 6b46b024cc0a -r 1636464e0c69 parallel/openpbs/Makefile
--- a/parallel/openpbs/Makefile Sat Apr 24 22:37:10 2004 +0000
+++ b/parallel/openpbs/Makefile Sat Apr 24 22:40:40 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/03/08 20:27:15 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2004/04/24 22:40:40 wiz Exp $
#
DISTNAME= OpenPBS_2_3_16
@@ -15,11 +15,11 @@
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX}
USE_X11= yes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
REPLACE_INTERPRETER+= tcl
_REPLACE.tcl.old= .*/bin/pbs_tclsh
-_REPLACE.tcl.new= ${PREFIX}/bin/pbs_tclsh
+_REPLACE.tcl.new= ${PREFIX}/bin/tclsh
_REPLACE_FILES.tcl+= src/gui/buildindex.src
_REPLACE_FILES.tcl+= src/tools/xpbsmon/buildindex.src
@@ -35,5 +35,5 @@
_CONFIGURE_POSTREQ+= replace-interpreter
-.include "../../x11/tk83/buildlink2.mk"
+.include "../../x11/tk83/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index