From 2374ca422f2eb8b46ed600c7bb21740b2865d899 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. --- devel/mantis/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'devel/mantis') diff --git a/devel/mantis/Makefile b/devel/mantis/Makefile index b0591912e0e..2a41e9ed4aa 100644 --- a/devel/mantis/Makefile +++ b/devel/mantis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2008/05/14 21:43:06 adrianp Exp $ +# $NetBSD: Makefile,v 1.31 2008/05/26 02:13:17 joerg Exp $ DISTNAME= mantis-1.1.1 CATEGORIES= devel www @@ -15,6 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir NO_BUILD= YES +USE_TOOLS+= pax + .include "../../mk/bsd.prefs.mk" PKG_OPTIONS_VAR= PKG_OPTIONS.mantis @@ -63,7 +65,7 @@ do-install: . endfor cd ${WRKSRC} && ${FIND} . -name .cvsignore -print | ${XARGS} ${RM} - cd ${WRKSRC} && ${PAX} -rwpppm . ${DESTDIR}${MANTIS_HOME} + cd ${WRKSRC} && pax -rwpppm . ${DESTDIR}${MANTIS_HOME} cd ${DESTDIR}${MANTIS_HOME} && \ ${FIND} . -type f | ${XARGS} ${CHMOD} ${SHAREMODE} -- cgit v1.2.3