summaryrefslogtreecommitdiff
path: root/fonts/mplayer-fonts
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/mplayer-fonts
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/mplayer-fonts')
-rw-r--r--fonts/mplayer-fonts/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/fonts/mplayer-fonts/Makefile b/fonts/mplayer-fonts/Makefile
index 7e39c6a9a99..9f73b4532aa 100644
--- a/fonts/mplayer-fonts/Makefile
+++ b/fonts/mplayer-fonts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2007/12/02 11:59:28 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2008/05/26 02:13:18 joerg Exp $
DISTNAME= mplayer-fonts-20030714
PKGREVISION= 1
@@ -27,13 +27,15 @@ DIST_SUBDIR= ${DISTNAME}
NO_BUILD= YES
NO_CONFIGURE= YES
+USE_TOOLS+= pax
+
INSTALLATION_DIRS= share/mplayer/fonts
do-install:
for D in font-arial-cp1250 font-arial-iso-8859-1 \
font-arial-iso-8859-2 font-arial-iso-8859-7; do \
(cd ${WRKDIR}/$$D && \
- ${PAX} -rwpppm * ${DESTDIR}${PREFIX}/share/mplayer/fonts); \
+ pax -rwpppm * ${DESTDIR}${PREFIX}/share/mplayer/fonts); \
done
${LN} -s ${PREFIX}/share/mplayer/fonts/font-arial-18-iso-8859-1 \
${DESTDIR}${PREFIX}/share/mplayer/font