diff options
author | jlam <jlam> | 2005-05-16 01:15:30 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-16 01:15:30 +0000 |
commit | 147a5621c28e6a26de0b520dcecfda5698bace16 (patch) | |
tree | da89fcd3343a63fa8c0fc4168d727db6478281a5 /fonts | |
parent | 6b5baef6bfdba6145563c06d1db88770911af1a6 (diff) | |
download | pkgsrc-147a5621c28e6a26de0b520dcecfda5698bace16.tar.gz |
Note that gtar is required by the package.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/XFree86-fontsEncodings/Makefile.common | 4 | ||||
-rw-r--r-- | fonts/acroread-font-share/Makefile.common | 4 | ||||
-rw-r--r-- | fonts/acroread5-font-share/Makefile.common | 4 | ||||
-rw-r--r-- | fonts/chkfontpath/Makefile | 4 | ||||
-rw-r--r-- | fonts/cyr-rfx-share/Makefile.common | 4 | ||||
-rw-r--r-- | fonts/freefonts/Makefile | 3 | ||||
-rw-r--r-- | fonts/sgi-fonts/Makefile | 4 | ||||
-rw-r--r-- | fonts/watanabe_vfont/Makefile | 4 |
8 files changed, 23 insertions, 8 deletions
diff --git a/fonts/XFree86-fontsEncodings/Makefile.common b/fonts/XFree86-fontsEncodings/Makefile.common index f67edafec30..a9b2b4e56dc 100644 --- a/fonts/XFree86-fontsEncodings/Makefile.common +++ b/fonts/XFree86-fontsEncodings/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2005/05/15 21:38:02 jlam Exp $ +# $NetBSD: Makefile.common,v 1.8 2005/05/16 01:15:31 jlam Exp $ # # Makefile fragment used by XFree86-fonts* packages. @@ -11,6 +11,8 @@ FILESDIR= ${.CURDIR}/../../fonts/XFree86-fontsEncodings/files ENCODINGS= encodings encodings/large TOPDIR?= ../../.. +PKGSRC_USE_TOOLS+= gtar + post-extract: . if defined(FONTS_MISC) cd ${WRKDIR} && \ diff --git a/fonts/acroread-font-share/Makefile.common b/fonts/acroread-font-share/Makefile.common index 856737eb3af..ec9827b6804 100644 --- a/fonts/acroread-font-share/Makefile.common +++ b/fonts/acroread-font-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2002/04/01 04:14:36 sakamoto Exp $ +# $NetBSD: Makefile.common,v 1.4 2005/05/16 01:15:31 jlam Exp $ # PKGNAME= acroread-${DISTNAME}-4.0 @@ -18,6 +18,8 @@ NO_PATCH= yes NO_CONFIGURE= yes NO_BUILD= yes +PKGSRC_USE_TOOLS+= gtar + do-install: @${GTAR} xf ${TAR_FILE} -C ${PREFIX}/Acrobat4/Resource diff --git a/fonts/acroread5-font-share/Makefile.common b/fonts/acroread5-font-share/Makefile.common index d9f71f3e5f1..086a967b7c5 100644 --- a/fonts/acroread5-font-share/Makefile.common +++ b/fonts/acroread5-font-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2002/09/16 05:58:14 uebayasi Exp $ +# $NetBSD: Makefile.common,v 1.2 2005/05/16 01:15:31 jlam Exp $ # PKGNAME= acroread5-${DISTNAME}-5.0 @@ -21,6 +21,8 @@ NO_PATCH= yes NO_CONFIGURE= yes NO_BUILD= yes +PKGSRC_USE_TOOLS+= gtar + do-install: @${GTAR} xf ${TAR_FILE} -C ${PREFIX}/Acrobat5/Resource/Font diff --git a/fonts/chkfontpath/Makefile b/fonts/chkfontpath/Makefile index dc30cd3f5f3..4e19a12bfe8 100644 --- a/fonts/chkfontpath/Makefile +++ b/fonts/chkfontpath/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/04/11 21:45:47 tv Exp $ +# $NetBSD: Makefile,v 1.9 2005/05/16 01:15:31 jlam Exp $ # DISTNAME= chkfontpath-1.9.7 @@ -15,6 +15,8 @@ BUILD_DEPENDS+= rpm2cpio>=1.1:../../converters/rpm2cpio MAKE_ENV+= VERSION=${PKGVERSION} USE_GNU_TOOLS+= make +PKGSRC_USE_TOOLS+= gtar + # Might as well make this a general scheme for .src.rpm files... - HF do-extract: cd ${WRKDIR} ; \ diff --git a/fonts/cyr-rfx-share/Makefile.common b/fonts/cyr-rfx-share/Makefile.common index b6d8eb2ac22..903a3a0ae27 100644 --- a/fonts/cyr-rfx-share/Makefile.common +++ b/fonts/cyr-rfx-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2004/03/01 00:56:24 kristerw Exp $ +# $NetBSD: Makefile.common,v 1.4 2005/05/16 01:15:31 jlam Exp $ DISTNAME= cyr-rfx-${CYR_RFX_ENCODING}-1.1 CATEGORIES= fonts x11 @@ -18,6 +18,8 @@ NO_PATCH= yes NO_CONFIGURE= yes NO_BUILD= yes +PKGSRC_USE_TOOLS+= gtar + do-install: @cd ${PREFIX}/lib/X11/fonts/local && ${GTAR} xzf ${_DISTDIR}/${DISTFILES} ${CYR_RFX_ENCODING}/misc ${CYR_RFX_ENCODING}/75dpi diff --git a/fonts/freefonts/Makefile b/fonts/freefonts/Makefile index d9fb1e5df3d..5b16d3971ba 100644 --- a/fonts/freefonts/Makefile +++ b/fonts/freefonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/03/28 21:14:19 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/16 01:15:31 jlam Exp $ # DISTNAME= freefonts-0.10 @@ -14,6 +14,7 @@ NO_CONFIGURE= yes NO_BUILD= yes USE_X11BASE= yes +PKGSRC_USE_TOOLS+= gtar do-install: ${GTAR} Cxzf ${PREFIX}/lib/X11/fonts \ diff --git a/fonts/sgi-fonts/Makefile b/fonts/sgi-fonts/Makefile index 800b76663fd..1175d644a89 100644 --- a/fonts/sgi-fonts/Makefile +++ b/fonts/sgi-fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/12/07 17:02:40 agc Exp $ +# $NetBSD: Makefile,v 1.5 2005/05/16 01:15:31 jlam Exp $ # DISTNAME= sgi-fonts-1.0-457.src @@ -20,6 +20,8 @@ WRKSRC= ${WRKDIR}/sgi-fonts USE_IMAKE= YES +PKGSRC_USE_TOOLS+= gtar + RPM2PKG= ${LOCALBASE}/sbin/rpm2pkg do-extract: diff --git a/fonts/watanabe_vfont/Makefile b/fonts/watanabe_vfont/Makefile index 77d573f9ea4..85f25636d21 100644 --- a/fonts/watanabe_vfont/Makefile +++ b/fonts/watanabe_vfont/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/05/01 16:55:28 snj Exp $ +# $NetBSD: Makefile,v 1.9 2005/05/16 01:15:31 jlam Exp $ # DISTNAME= watanabe-vf @@ -13,6 +13,8 @@ EXTRACT_ONLY= # empty NO_CONFIGURE= yes NO_BUILD= yes +PKGSRC_USE_TOOLS+= gtar + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/fonts/watanabe_font ${GTAR} Cxzf ${PREFIX}/share/fonts/watanabe_font \ |