summaryrefslogtreecommitdiff
path: root/sysutils/rox/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2008-05-26 02:13:14 +0000
committerjoerg <joerg>2008-05-26 02:13:14 +0000
commit2374ca422f2eb8b46ed600c7bb21740b2865d899 (patch)
treeb711f279533efa082bd9211a7161438542a8810d /sysutils/rox/Makefile
parentef56178a4a7ad8f02178aa72c5c4a4567ade918b (diff)
downloadpkgsrc-2374ca422f2eb8b46ed600c7bb21740b2865d899.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/rox/Makefile')
-rw-r--r--sysutils/rox/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/rox/Makefile b/sysutils/rox/Makefile
index c748632c2b9..9b9c01678a3 100644
--- a/sysutils/rox/Makefile
+++ b/sysutils/rox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2008/05/20 18:40:18 tnn Exp $
+# $NetBSD: Makefile,v 1.46 2008/05/26 02:13:24 joerg Exp $
#
DISTNAME= rox-2.4.1
@@ -16,7 +16,7 @@ CONFLICTS= rox-base-[0-9]*
WRKSRC= ${WRKDIR}/${DISTNAME}
DIST_SUBDIR= rox
-USE_TOOLS+= pkg-config
+USE_TOOLS+= pax pkg-config
GNU_CONFIGURE= yes
INSTALLATION_DIRS= libexec/rox share/Choices share/rox/ROX-Filer \
@@ -51,8 +51,8 @@ post-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC:Q}/ROX-Filer/ROX-Filer ${PREFIX:Q}/libexec/rox
- cd ${WRKSRC:Q}/Choices && ${PAX} -rw . ${PREFIX:Q}/share/Choices
- cd ${WRKSRC:Q}/ROX-Filer && ${PAX} -rw \
+ cd ${WRKSRC:Q}/Choices && pax -rw . ${PREFIX:Q}/share/Choices
+ cd ${WRKSRC:Q}/ROX-Filer && pax -rw \
-s ',^\./ROX-Filer$$,,' -s ',^\./ROX-Filer/.*,,' \
-s ',^\./ROX-Filer.dbg$$,,' -s ',^\./ROX-Filer.dbg/.*,,'\
-s ',^\./src$$,,' -s ',^\./src/.*,,' \