summaryrefslogtreecommitdiff
path: root/fonts/vera-ttf
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-05-26 02:13:14 +0000
committerjoerg <joerg@pkgsrc.org>2008-05-26 02:13:14 +0000
commit3d8ef5a52d6570c7a88c64337bb6c476b78c810c (patch)
treeb711f279533efa082bd9211a7161438542a8810d /fonts/vera-ttf
parent7f7f5ce9170554e6c0c04606c5c2c0548ffab031 (diff)
downloadpkgsrc-3d8ef5a52d6570c7a88c64337bb6c476b78c810c.tar.gz
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.
Diffstat (limited to 'fonts/vera-ttf')
-rw-r--r--fonts/vera-ttf/Makefile6
1 files changed, 4 insertions, 2 deletions
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