summaryrefslogtreecommitdiff
path: root/sysutils/xenconsole
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-05-26 02:13:14 +0000
committerjoerg <joerg@pkgsrc.org>2008-05-26 02:13:14 +0000
commit7e8d73a2f828db9d35f29b49764e35728972ce24 (patch)
treeb711f279533efa082bd9211a7161438542a8810d /sysutils/xenconsole
parentf46dfbfa33d3c97ae7eb4dca75789144f99079a7 (diff)
downloadpkgsrc-7e8d73a2f828db9d35f29b49764e35728972ce24.tar.gz
Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
Diffstat (limited to 'sysutils/xenconsole')
-rw-r--r--sysutils/xenconsole/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/xenconsole/Makefile b/sysutils/xenconsole/Makefile
index f4b02c2011b..8fdd929d9d6 100644
--- a/sysutils/xenconsole/Makefile
+++ b/sysutils/xenconsole/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/07/09 22:36:28 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2008/05/26 02:13:24 joerg Exp $
DISTNAME= xenConsole-r0.15b1-1
PKGNAME= xenconsole-0.15b1.1
@@ -23,7 +23,7 @@ DEPENDS+= p5-Sys-CpuLoad>=0.03:../../sysutils/p5-Sys-CpuLoad
DEPENDS+= p5-Term-Size>=0.2:../../devel/p5-Term-Size
DEPENDS+= p5-Time-HiRes>=0:../../time/p5-Time-HiRes
-USE_TOOLS+= perl:run
+USE_TOOLS+= pax perl:run
SUBST_CLASSES+= xenconsole
SUBST_STAGE.xenconsole= pre-configure
@@ -43,7 +43,7 @@ do-build:
do-install:
${INSTALL_DATA_DIR} ${PREFIX:Q}/share/xenconsole
- (cd ${WRKSRC:Q} && ${PAX} -rw *.pm */*.pm ${PREFIX:Q}/share/xenconsole)
+ (cd ${WRKSRC:Q} && pax -rw *.pm */*.pm ${PREFIX:Q}/share/xenconsole)
${INSTALL_SCRIPT} ${WRKSRC:Q}/xcon.pl ${PREFIX:Q}/share/xenconsole/xcon
# Configuration file
@@ -52,7 +52,7 @@ do-install:
# Documentation
${INSTALL_DATA_DIR} ${PREFIX:Q}/share/doc/xenconsole
- (cd ${WRKSRC:Q} && ${PAX} -rw *.txt ${PREFIX:Q}/share/doc/xenconsole)
+ (cd ${WRKSRC:Q} && pax -rw *.txt ${PREFIX:Q}/share/doc/xenconsole)
# Launcher script
${INSTALL_SCRIPT} ${WRKDIR:Q}/xcon ${PREFIX:Q}/bin/xcon