summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-16 06:57:37 +0000
committerjlam <jlam>2005-06-16 06:57:37 +0000
commit087b0988c7c2bfaa3823a225f61757e9256e11a3 (patch)
tree3ccd645970d07eb5e027f9f4978696237c5cd04b /fonts
parent383f864b8f8e060b2294382bed67a87ab22eba6a (diff)
downloadpkgsrc-087b0988c7c2bfaa3823a225f61757e9256e11a3.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/acroread-font-share/Makefile.common3
-rw-r--r--fonts/acroread5-font-share/Makefile.common3
-rw-r--r--fonts/chkfontpath/Makefile3
-rw-r--r--fonts/freefonts/Makefile3
-rw-r--r--fonts/ja-kappa20/Makefile4
-rw-r--r--fonts/mftrace/Makefile4
-rw-r--r--fonts/mkfontalias/Makefile3
-rw-r--r--fonts/pcf2bdf/Makefile4
-rw-r--r--fonts/profont/Makefile3
-rw-r--r--fonts/ttf2pk/Makefile3
-rw-r--r--fonts/ttmkfdir2/Makefile4
-rw-r--r--fonts/type1inst/Makefile3
-rw-r--r--fonts/vfontcap-kochi/Makefile4
-rw-r--r--fonts/xmbdfed/Makefile4
14 files changed, 34 insertions, 14 deletions
diff --git a/fonts/acroread-font-share/Makefile.common b/fonts/acroread-font-share/Makefile.common
index ec9827b6804..ddae119f3d3 100644
--- a/fonts/acroread-font-share/Makefile.common
+++ b/fonts/acroread-font-share/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2005/05/16 01:15:31 jlam Exp $
+# $NetBSD: Makefile.common,v 1.5 2005/06/16 06:57:52 jlam Exp $
#
PKGNAME= acroread-${DISTNAME}-4.0
@@ -19,6 +19,7 @@ NO_CONFIGURE= yes
NO_BUILD= yes
PKGSRC_USE_TOOLS+= gtar
+INSTALLATION_DIRS= Acrobat4/Resource
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 086a967b7c5..f4679385e3b 100644
--- a/fonts/acroread5-font-share/Makefile.common
+++ b/fonts/acroread5-font-share/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2005/05/16 01:15:31 jlam Exp $
+# $NetBSD: Makefile.common,v 1.3 2005/06/16 06:57:52 jlam Exp $
#
PKGNAME= acroread5-${DISTNAME}-5.0
@@ -22,6 +22,7 @@ NO_CONFIGURE= yes
NO_BUILD= yes
PKGSRC_USE_TOOLS+= gtar
+INSTALLATION_DIRS= Acrobat5/Resource/Font
do-install:
@${GTAR} xf ${TAR_FILE} -C ${PREFIX}/Acrobat5/Resource/Font
diff --git a/fonts/chkfontpath/Makefile b/fonts/chkfontpath/Makefile
index 0c58d7ebc23..12f7c13f45e 100644
--- a/fonts/chkfontpath/Makefile
+++ b/fonts/chkfontpath/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/05/22 20:07:59 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:52 jlam Exp $
#
DISTNAME= chkfontpath-1.9.7
@@ -16,6 +16,7 @@ MAKE_ENV+= VERSION=${PKGVERSION}
USE_TOOLS+= gmake
PKGSRC_USE_TOOLS+= gtar
+INSTALLATION_DIRS= bin man/man8
# Might as well make this a general scheme for .src.rpm files... - HF
do-extract:
diff --git a/fonts/freefonts/Makefile b/fonts/freefonts/Makefile
index 5b16d3971ba..f3645bd28c2 100644
--- a/fonts/freefonts/Makefile
+++ b/fonts/freefonts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/05/16 01:15:31 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2005/06/16 06:57:52 jlam Exp $
#
DISTNAME= freefonts-0.10
@@ -15,6 +15,7 @@ NO_BUILD= yes
USE_X11BASE= yes
PKGSRC_USE_TOOLS+= gtar
+INSTALLATION_DIRS= lib/X11/fonts
do-install:
${GTAR} Cxzf ${PREFIX}/lib/X11/fonts \
diff --git a/fonts/ja-kappa20/Makefile b/fonts/ja-kappa20/Makefile
index 785f5f766a8..d4c976fea54 100644
--- a/fonts/ja-kappa20/Makefile
+++ b/fonts/ja-kappa20/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/12/03 15:14:57 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:52 jlam Exp $
DISTNAME= Kappa20-0.394
PKGNAME= ja-kappa20-0.394
@@ -24,6 +24,8 @@ FILES_SUBST+= ALIAS_KAPPA=${ALIAS_KAPPA}
# do not build experimental JIS X 0213 font.
BUILD_TARGET= default
+INSTALLATION_DIRS= share/doc
+
do-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.Kappa20; \
${INSTALL_DATA} ${WRKSRC}/pcf/fonts.alias ${ALIAS_KAPPA}; \
diff --git a/fonts/mftrace/Makefile b/fonts/mftrace/Makefile
index a002b0f3ae3..cd616be41eb 100644
--- a/fonts/mftrace/Makefile
+++ b/fonts/mftrace/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/05/22 20:08:00 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:52 jlam Exp $
DISTNAME= mftrace-1.1.1
PKGREVISION= 1
@@ -23,6 +23,8 @@ MAKEFILE= GNUmakefile
PLIST_SUBST+= PYSITELIB=${PYSITELIB}
PYTHON_VERSIONS_ACCEPTED= 24 23 22 21
+INSTALLATION_DIRS= bin man/man1 ${PYSITELIB}
+
post-build:
cd ${WRKSRC} && ${PYTHONBIN} ${PREFIX}/${PYLIB}/py_compile.py afm.py
cd ${WRKSRC} && ${PYTHONBIN} ${PREFIX}/${PYLIB}/py_compile.py tfm.py
diff --git a/fonts/mkfontalias/Makefile b/fonts/mkfontalias/Makefile
index 5223f77bab3..affb356ebec 100644
--- a/fonts/mkfontalias/Makefile
+++ b/fonts/mkfontalias/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/01/20 12:15:17 agc Exp $
+# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:52 jlam Exp $
#
DISTNAME= mkfontalias.py
@@ -16,6 +16,7 @@ EXTRACT_ONLY= # empty
NO_BUILD= yes
PYTHON_PATCH_SCRIPTS= ${DISTNAME}
+INSTALLATION_DIRS= bin
do-extract:
${CP} ${_DISTDIR}/${DISTNAME} ${WRKSRC}
diff --git a/fonts/pcf2bdf/Makefile b/fonts/pcf2bdf/Makefile
index 6df9b05b0e8..c0c63f3e23f 100644
--- a/fonts/pcf2bdf/Makefile
+++ b/fonts/pcf2bdf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/05/22 20:08:00 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:52 jlam Exp $
#
DISTNAME= pcf2bdf-1.04
@@ -15,6 +15,8 @@ USE_TOOLS+= gmake
USE_LANGUAGES= c++
MAKEFILE= Makefile.gcc
+INSTALLATION_DIRS= bin man/man1
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pcf2bdf ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/pcf2bdf.man ${PREFIX}/man/man1/pcf2bdf.1
diff --git a/fonts/profont/Makefile b/fonts/profont/Makefile
index 557758c9b0b..d4a6d077e53 100644
--- a/fonts/profont/Makefile
+++ b/fonts/profont/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/04/19 05:30:52 snj Exp $
+# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:52 jlam Exp $
#
DISTNAME= profontlinux
@@ -17,6 +17,7 @@ USE_X11BASE= yes
USE_PKGINSTALL= yes
FONTS_X11_DIRS= ${PREFIX}/lib/X11/fonts/misc
+INSTALLATION_DIRS= lib/X11/fonts/misc
do-install:
for i in ${WRKDIR}/*.pcf; do ${INSTALL_DATA} $$i ${FONTS_X11_DIRS}; done
diff --git a/fonts/ttf2pk/Makefile b/fonts/ttf2pk/Makefile
index 0331e3f88e1..49af53bf302 100644
--- a/fonts/ttf2pk/Makefile
+++ b/fonts/ttf2pk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/06/01 20:08:00 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:52 jlam Exp $
#
.include "../../graphics/freetype-lib/Makefile.common"
@@ -24,6 +24,7 @@ USE_LIBTOOL= # defined
USE_TOOLS+= autoconf
TEXMF= ${PREFIX}/share/texmf
+INSTALLATION_DIRS= bin man/man1
pre-configure:
cd ${T2PSRC}; autoconf
diff --git a/fonts/ttmkfdir2/Makefile b/fonts/ttmkfdir2/Makefile
index 4cd4e59f3ee..d1d5402a9a9 100644
--- a/fonts/ttmkfdir2/Makefile
+++ b/fonts/ttmkfdir2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/06/01 18:02:49 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2005/06/16 06:57:52 jlam Exp $
#
DISTNAME= ttmkfdir2.20021109
@@ -22,6 +22,8 @@ USE_LANGUAGES= c c++
MAKE_ENV+= FREETYPE_CONFIG=${FREETYPE_CONFIG}
LDFLAGS+= ${BUILDLINK_LDADD.getopt}
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ttmkfdir ${PREFIX}/bin
diff --git a/fonts/type1inst/Makefile b/fonts/type1inst/Makefile
index f3cd44a5985..1eba14f8dbc 100644
--- a/fonts/type1inst/Makefile
+++ b/fonts/type1inst/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/07/17 21:37:43 grant Exp $
+# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:52 jlam Exp $
#
DISTNAME= type1inst-0.6.1
@@ -13,6 +13,7 @@ USE_X11BASE= yes
REPLACE_PERL= t1embed type1inst
NO_BUILD= yes
+INSTALLATION_DIRS= bin man/man1
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/type1inst ${X11PREFIX}/bin
diff --git a/fonts/vfontcap-kochi/Makefile b/fonts/vfontcap-kochi/Makefile
index c1931a7ba02..ae141e641bb 100644
--- a/fonts/vfontcap-kochi/Makefile
+++ b/fonts/vfontcap-kochi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/06/01 18:02:49 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:52 jlam Exp $
DISTNAME= vfontcap-kochi-0.0
PKGREVISION= 1
@@ -24,6 +24,8 @@ INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL
VFONTCAPDIR= ${PREFIX}/share/VFlib/2.24.2
FILES_SUBST+= VFONTCAPDIR=${VFONTCAPDIR}
+INSTALLATION_DIRS= share/VFlib/2.24.2
+
do-configure:
${SED} -e 's,@X11PREFIX@,${X11PREFIX},g' ${FILESDIR}/vfontcap \
> ${WRKSRC}/vfontcap
diff --git a/fonts/xmbdfed/Makefile b/fonts/xmbdfed/Makefile
index 66ff15c5c4c..3c04d042dee 100644
--- a/fonts/xmbdfed/Makefile
+++ b/fonts/xmbdfed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/06/01 18:02:49 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:52 jlam Exp $
DISTNAME= xmbdfed-4.5
PKGREVISION= #
@@ -11,6 +11,8 @@ COMMENT= Motif-based BDF font editor with lots of features
USE_X11BASE= YES
+INSTALLATION_DIRS= bin man/man1
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xmbdfed ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xmbdfed.man ${PREFIX}/man/man1/xmbdfed.1