summaryrefslogtreecommitdiff
path: root/cad
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 /cad
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 'cad')
-rw-r--r--cad/boolean/Makefile8
-rw-r--r--cad/qcad-manual-en/Makefile.common6
2 files changed, 8 insertions, 6 deletions
diff --git a/cad/boolean/Makefile b/cad/boolean/Makefile
index dd723bace8d..20432204bac 100644
--- a/cad/boolean/Makefile
+++ b/cad/boolean/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2008/03/12 09:50:28 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2008/05/26 02:13:16 joerg Exp $
#
DISTNAME= boolean_6_92
@@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/boolean
EXTRACT_OPTS_ZIP= -aqo
GCC_REQD+= 3.0
-USE_TOOLS+= gmake pkg-config tar
+USE_TOOLS+= gmake pax pkg-config tar
USE_LANGUAGES= c c++
USE_CMAKE= yes
@@ -36,9 +36,9 @@ CMAKE_ARGS+= -DWXWIDGET_GTK2=YES
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/boolean
cd ${WRKSRC}/apps/edit \
- && ${PAX} -rw default gdsuser ${DESTDIR}${PREFIX}/share/boolean
+ && pax -rw default gdsuser ${DESTDIR}${PREFIX}/share/boolean
cd ${WRKSRC}/docs \
- && ${PAX} -rw html ${DESTDIR}${PREFIX}/share/boolean
+ && pax -rw html ${DESTDIR}${PREFIX}/share/boolean
${CHOWN} -R ${BINOWN}:${BINGRP} ${DESTDIR}${PREFIX}/share/boolean
${INSTALL_SCRIPT} ${WRKSRC}/bin/boolean ${DESTDIR}${PREFIX}/bin/boolean
${INSTALL_PROGRAM} ${WRKSRC}/apps/edit/edit ${DESTDIR}${PREFIX}/bin/edit
diff --git a/cad/qcad-manual-en/Makefile.common b/cad/qcad-manual-en/Makefile.common
index 0fc2ce55f74..aaf2a9bdc8f 100644
--- a/cad/qcad-manual-en/Makefile.common
+++ b/cad/qcad-manual-en/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2006/06/15 08:41:13 chap Exp $
+# $NetBSD: Makefile.common,v 1.2 2008/05/26 02:13:16 joerg Exp $
#
EXTRACT_SUFX= .zip
@@ -11,11 +11,13 @@ EXTRACT_SUFX= .zip
DEPENDS+= qcad>=2.0.4.0:../../cad/qcad
+USE_TOOLS+= pax
+
NO_CONFIGURE= yes
NO_BUILD= yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/qcad/doc
- cd ${WRKSRC} && umask 022 && ${PAX} -rwpm . ${PREFIX}/share/qcad/doc
+ cd ${WRKSRC} && umask 022 && pax -rwpm . ${PREFIX}/share/qcad/doc
.include "../../mk/bsd.pkg.mk"