From 7e8d73a2f828db9d35f29b49764e35728972ce24 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. --- x11/rox-wallpaper/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'x11/rox-wallpaper/Makefile') diff --git a/x11/rox-wallpaper/Makefile b/x11/rox-wallpaper/Makefile index 353761acd25..d2b1aaacd8e 100644 --- a/x11/rox-wallpaper/Makefile +++ b/x11/rox-wallpaper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/02/05 23:11:43 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/05/26 02:13:26 joerg Exp $ # DISTNAME= wallpaper-2.0 @@ -29,11 +29,13 @@ SUBST_STAGE.lib= post-patch SUBST_FILES.lib= findrox.py SUBST_SED.lib= -e 's,/usr/local/lib,${PREFIX}/share/rox,g' +USE_TOOLS+= pax + post-patch: @${FIND} ${WRKSRC} -name 'CVS' -print | ${XARGS} ${RM} -rf do-install: - cd ${WRKSRC} && ${PAX} -rw . ${PREFIX}/share/rox/Wallpaper + cd ${WRKSRC} && pax -rw . ${PREFIX}/share/rox/Wallpaper .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3