summaryrefslogtreecommitdiff
path: root/fonts/mplayer-fonts
diff options
context:
space:
mode:
authorjoerg <joerg>2008-05-26 02:13:14 +0000
committerjoerg <joerg>2008-05-26 02:13:14 +0000
commit2374ca422f2eb8b46ed600c7bb21740b2865d899 (patch)
treeb711f279533efa082bd9211a7161438542a8810d /fonts/mplayer-fonts
parentef56178a4a7ad8f02178aa72c5c4a4567ade918b (diff)
downloadpkgsrc-2374ca422f2eb8b46ed600c7bb21740b2865d899.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