pkgsrc/parallel/dqs/patches/patch-aa
agc 8fd1e83909 Initial import of dqs-3.3.2 into the NetBSD Packages Collection.
The Distributed Queueing System is designed as a management tool to
aid in computational resource distribution across a network.  DQS
provides architecture transparency for both users and administration
across a heterogeneous environment, allowing for seamless interaction
for multiple architectures.  Highly mutable custom site configurations
are possible under DQS.  This abilty to customize DQS leads to
effective resource distribution and increased network throughput.
2003-06-26 20:23:41 +00:00

40 lines
1 KiB
Text

$NetBSD: patch-aa,v 1.1.1.1 2003/06/26 20:23:42 agc Exp $
--- Makefile 2002/09/18 11:06:36 1.1
+++ Makefile 2002/09/18 11:08:07
@@ -1,10 +1,10 @@
-INSTALL_DIR=/usr/local/DQS/bin
-BIN_DIR=/usr/local/DQS/bin
-CONF_DIR=/usr/local/DQS/common/conf
-DOC_DIR=/usr/local/DQS/common/doc
-LIB_DIR=/usr/local/DQS/local/lib
-MAN1_DIR=/usr/local/DQS/man/man1
-MAN3_DIR=/usr/local/DQS/man/man3
+INSTALL_DIR=${PREFIX}/bin
+BIN_DIR=${PREFIX}/bin
+CONF_DIR=${PREFIX}/share/examples/dqs
+DOC_DIR=${PREFIX}/share/doc
+LIB_DIR=${PREFIX}/lib
+MAN1_DIR=${PREFIX}/man/man1
+MAN3_DIR=${PREFIX}/man/man3
ROOT=0
DQS_ROOT=0
SYSGRP=0
@@ -17,7 +17,7 @@
# sets up an arc dependant subdirectory under DQS/ARCS
# ans builds the default distribution
-default :
+all default :
UTIL/make_arcs make CC=$(CC) -f Makefile
#******************************************************
@@ -76,7 +76,7 @@
#******************************************************
# installall
-installall: installbin installconf
+install: installbin installconf
#******************************************************