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. --- graphics/netpbm/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics/netpbm') diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 85e92ad58d0..ca68f2a12ae 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.156 2008/02/08 10:34:19 tnn Exp $ +# $NetBSD: Makefile,v 1.157 2008/05/26 02:13:20 joerg Exp $ DISTNAME= netpbm-10.34 PKGREVISION= 1 @@ -14,7 +14,7 @@ MAKE_JOBS_SAFE= no PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_TOOLS+= bash:run gmake lex perl +USE_TOOLS+= bash:run gmake lex pax perl USE_FEATURES= snprintf INSTALL_TARGET= install-dev install-run @@ -95,7 +95,7 @@ post-install: ${TEST} -d "${PREFIX}/$${DIR}" || \ ${ECHO} "@dirrm $${DIR}"; \ done >>${PLIST_SRC} && \ - ${PAX} -rwpppm . ${PREFIX} + pax -rwpppm . ${PREFIX} ${RM} -fr ${STAGEDIR} ${FIND} ${PREFIX}/share/doc/netpbm -type f -print | \ ${XARGS} ${CHMOD} ${NONBINMODE} -- cgit v1.2.3