From 3d8ef5a52d6570c7a88c64337bb6c476b78c810c Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 26 May 2008 02:13:14 +0000 Subject: 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. --- cad/qcad-manual-en/Makefile.common | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'cad/qcad-manual-en') 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" -- cgit v1.2.3