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. --- fonts/vera-ttf/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'fonts/vera-ttf') diff --git a/fonts/vera-ttf/Makefile b/fonts/vera-ttf/Makefile index ee44bfc0156..f21cee2583b 100644 --- a/fonts/vera-ttf/Makefile +++ b/fonts/vera-ttf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/03/24 22:40:22 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2008/05/26 02:13:18 joerg Exp $ # DISTNAME= ttf-bitstream-vera-1.10 @@ -18,12 +18,14 @@ USE_X11BASE= YES NO_CONFIGURE= YES NO_BUILD= YES +USE_TOOLS+= pax + INSTALLATION_DIRS= lib/X11/fonts/TTF \ share/doc/vera-ttf share/examples/vera-ttf FONTS_DIRS.ttf= ${PREFIX}/lib/X11/fonts/TTF do-install: - cd ${WRKSRC} && ${PAX} -rw -pm *.ttf ${DESTDIR}${FONTS_DIRS.ttf} + cd ${WRKSRC} && pax -rw -pm *.ttf ${DESTDIR}${FONTS_DIRS.ttf} ${INSTALL_DATA} ${WRKSRC}/local.conf ${DESTDIR}${PREFIX}/share/examples/vera-ttf cd ${WRKSRC} && ${INSTALL_DATA} *.TXT ${DESTDIR}${PREFIX}/share/doc/vera-ttf -- cgit v1.2.3