summaryrefslogtreecommitdiff
path: root/fonts/t1lib
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/t1lib
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/t1lib')
-rw-r--r--fonts/t1lib/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/fonts/t1lib/Makefile b/fonts/t1lib/Makefile
index 7d8c68f7a5e..6b4949e7580 100644
--- a/fonts/t1lib/Makefile
+++ b/fonts/t1lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2008/02/16 13:19:56 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2008/05/26 02:13:18 joerg Exp $
DISTNAME= t1lib-5.1.2
CATEGORIES= fonts devel graphics
@@ -11,7 +11,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake pax
GNU_CONFIGURE= yes
BUILD_TARGET= without_doc
@@ -39,14 +39,14 @@ pre-build:
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${DATADIR}
cd ${WRKSRC}; \
- ${PAX} -rw Fonts ${DESTDIR}${DATADIR}; \
+ pax -rw Fonts ${DESTDIR}${DATADIR}; \
${CHMOD} go+r ${DESTDIR}${DATADIR}/Fonts/enc/IsoLatin2.enc; \
- ${PAX} -rw -s "/doc/${PKGBASE}/" doc ${DESTDIR}${PREFIX}/share/doc
+ pax -rw -s "/doc/${PKGBASE}/" doc ${DESTDIR}${PREFIX}/share/doc
${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
${INSTALL_DATA} ${WRKSRC}/t1lib.config.sample ${DESTDIR}${EGDIR}
cd ${WRKSRC}/examples; \
- ${PAX} -rw FontDataBase t1example1.c t1lib.config ${DESTDIR}${EGDIR}
+ pax -rw FontDataBase t1example1.c t1lib.config ${DESTDIR}${EGDIR}
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"