diff options
Diffstat (limited to 'fonts/mplayer-fonts/Makefile')
-rw-r--r-- | fonts/mplayer-fonts/Makefile | 6 |
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 |