summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-17 03:50:19 +0000
committerjlam <jlam>2005-06-17 03:50:19 +0000
commitf7a31a0cbc0ecfc696537d41c2c5bf92b2bac14c (patch)
tree067490bfc0f733c9b522363134ffa36e43b49192 /print
parent516d949f51bec91a74690755d12106271036f8f8 (diff)
downloadpkgsrc-f7a31a0cbc0ecfc696537d41c2c5bf92b2bac14c.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'print')
-rw-r--r--print/acroread/Makefile4
-rw-r--r--print/acroread3/Makefile4
-rw-r--r--print/acroread5/Makefile4
-rw-r--r--print/acroread7/Makefile4
-rw-r--r--print/auctex/Makefile4
-rw-r--r--print/bww2tex/Makefile4
-rw-r--r--print/cnprint/Makefile3
-rw-r--r--print/cupsomatic/Makefile3
-rw-r--r--print/dvidvi/Makefile4
-rw-r--r--print/foomatic-gswrapper/Makefile4
-rw-r--r--print/hpijs/Makefile3
-rw-r--r--print/if-psprint/Makefile4
-rw-r--r--print/ja-a2ps/Makefile4
-rw-r--r--print/papersize/Makefile4
-rw-r--r--print/pcps/Makefile4
-rw-r--r--print/poster/Makefile4
-rw-r--r--print/pscal/Makefile4
-rw-r--r--print/tex-jadetex/Makefile4
-rw-r--r--print/tex-musixtex/Makefile4
19 files changed, 54 insertions, 19 deletions
diff --git a/print/acroread/Makefile b/print/acroread/Makefile
index 655ef217be0..6882a5ce48a 100644
--- a/print/acroread/Makefile
+++ b/print/acroread/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2005/02/21 21:24:06 veego Exp $
+# $NetBSD: Makefile,v 1.41 2005/06/17 03:50:30 jlam Exp $
DISTNAME= acroread # Overridden below
PKGNAME= acroread-4.05
@@ -64,6 +64,8 @@ NS_PLUGINS_DIR= ${PREFIX}/lib/netscape/plugins
BIN_PATCH= ${PATCH} --quiet ${_PATCH_BACKUP_ARG} .orig
+INSTALLATION_DIRS= bin
+
do-install:
@${INSTALL_DATA_DIR} ${PREFIX}/Acrobat4
@( ${ECHO} accept ) | PAGER=${CAT} ReadInstallDir=${PREFIX}/Acrobat4 ${WRKSRC}/INSTALL
diff --git a/print/acroread3/Makefile b/print/acroread3/Makefile
index 37dab6ad720..6aae628e454 100644
--- a/print/acroread3/Makefile
+++ b/print/acroread3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2005/02/21 21:26:15 veego Exp $
+# $NetBSD: Makefile,v 1.27 2005/06/17 03:50:30 jlam Exp $
PKGNAME= acroread3-3.01
CATEGORIES= print
@@ -59,6 +59,8 @@ LDD?= ${TRUE}
PLIST_SUBST+= PLATFORM=${PLATFORM}
+INSTALLATION_DIRS= bin
+
pre-install:
# ${SED} -e 's|@PLATFORM@|${PLATFORM}|g' ${PKGDIR}/PLIST > ${PLIST_SRC}
diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile
index 8a68586da6b..43c4a0ff943 100644
--- a/print/acroread5/Makefile
+++ b/print/acroread5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2005/02/21 21:24:06 veego Exp $
+# $NetBSD: Makefile,v 1.27 2005/06/17 03:50:30 jlam Exp $
DISTNAME= acroread5 # Overridden below
PKGNAME= acroread5-5.10
@@ -61,6 +61,8 @@ PLIST_SUBST+= PLATFORM=${PLATFORM}
BIN_PATCH= ${PATCH} --quiet ${_PATCH_BACKUP_ARG} .orig
+INSTALLATION_DIRS= bin
+
do-install:
@${INSTALL_DATA_DIR} ${PREFIX}/Acrobat5
@( ${ECHO} accept ) | PAGER=${CAT} ReadInstallDir=${PREFIX}/Acrobat5 ${WRKSRC}/INSTALL
diff --git a/print/acroread7/Makefile b/print/acroread7/Makefile
index 93ef1cb86aa..c6fd77e22ad 100644
--- a/print/acroread7/Makefile
+++ b/print/acroread7/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/06/16 23:56:15 kristerw Exp $
+# $NetBSD: Makefile,v 1.3 2005/06/17 03:50:30 jlam Exp $
DISTNAME= acroread7 # Overridden below
PKGNAME= acroread7-7.0
@@ -53,6 +53,8 @@ BIN_PATCH= ${PATCH} --quiet ${_PATCH_BACKUP_ARG} .orig
BUILD_DEFS+= ACROREAD_FONTPATH
ACROREAD_FONTPATH?= ${PREFIX}/lib/X11/fonts/TTF
+INSTALLATION_DIRS= bin
+
do-install:
@${INSTALL_DATA_DIR} ${PREFIX}/Acrobat7
@( ${ECHO} accept ) | PAGER=${CAT} InstallDir=${PREFIX}/Acrobat7 ${WRKSRC}/INSTALL
diff --git a/print/auctex/Makefile b/print/auctex/Makefile
index 6f55a517554..1f9f4cb5bf7 100644
--- a/print/auctex/Makefile
+++ b/print/auctex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/05/22 20:08:27 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2005/06/17 03:50:30 jlam Exp $
DISTNAME= auctex-11.13
PKGREVISION= 1
@@ -34,6 +34,8 @@ MESSAGE_SUBST+= LISPDIR=${LISPDIR}
EGDIR= ${PREFIX}/share/examples/auctex
CONF_FILES= ${EGDIR}/tex-site.el ${EMACS_LISPPREFIX}/auctex/tex-site.el
+INSTALLATION_DIRS= ${INFODIR}
+
post-patch:
${MV} ${WRKSRC}/tex-site.el ${WRKSRC}/tex-site.el.orig
${SED} -e 's:@LISPDIR@:'${LISPDIR}':g' \
diff --git a/print/bww2tex/Makefile b/print/bww2tex/Makefile
index 2c9b2e2218c..f63e740ab19 100644
--- a/print/bww2tex/Makefile
+++ b/print/bww2tex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/20 12:24:28 agc Exp $
+# $NetBSD: Makefile,v 1.5 2005/06/17 03:50:30 jlam Exp $
#
DISTNAME= bww2tex-2.00
@@ -16,6 +16,8 @@ WRKSRC= ${WRKDIR}
NO_CONFIGURE= yes
MAKEFILE= ${WRKSRC}/makefile
+INSTALLATION_DIRS= bin man/man1
+
do-install:
${INSTALL_MAN} ${FILESDIR}/bww2tex.1 \
${PREFIX}/man/man1
diff --git a/print/cnprint/Makefile b/print/cnprint/Makefile
index 978e8afd947..0af1be6736d 100644
--- a/print/cnprint/Makefile
+++ b/print/cnprint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/05/16 01:15:32 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/06/17 03:50:30 jlam Exp $
DISTNAME= #
PKGNAME= cnprint-3.30b
@@ -27,6 +27,7 @@ COMMENT= Print & convert CJK style text to PostScript
DIST_SUBDIR= ${PKGNAME}
PKGSRC_USE_TOOLS+= gtar gunzip
+INSTALLATION_DIRS= bin
do-extract:
${MKDIR} ${WRKSRC}
diff --git a/print/cupsomatic/Makefile b/print/cupsomatic/Makefile
index 1316e65e79c..da8b40b4d9e 100644
--- a/print/cupsomatic/Makefile
+++ b/print/cupsomatic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/03/26 02:27:50 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2005/06/17 03:50:30 jlam Exp $
DISTNAME= cupsomatic
PKGNAME= ${DISTNAME}-2.2
@@ -47,6 +47,7 @@ do-build:
done
do-install:
+ ${INSTALL_DATA_DIR} ${FILTERDIR}
cd ${WRKSRC}; \
for file in cupsomatic; do \
${INSTALL_SCRIPT} ${WRKSRC}/$${file} ${FILTERDIR}; \
diff --git a/print/dvidvi/Makefile b/print/dvidvi/Makefile
index 67c8fc57b74..81589fc820d 100644
--- a/print/dvidvi/Makefile
+++ b/print/dvidvi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/04/11 21:47:06 tv Exp $
+# $NetBSD: Makefile,v 1.7 2005/06/17 03:50:30 jlam Exp $
#
DISTNAME= dvidvi-1.0
@@ -14,6 +14,8 @@ NO_SRC_ON_CDROM=Unable to determine distribution license
NO_BIN_ON_FTP= Unable to determine distribution license
NO_BIN_ON_CDROM=Unable to determine distribution license
+INSTALLATION_DIRS= bin man/man1
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dvidvi ${PREFIX}/bin/dvidvi
${INSTALL_MAN} ${WRKSRC}/dvidvi.1 ${PREFIX}/man/man1/dvidvi.1
diff --git a/print/foomatic-gswrapper/Makefile b/print/foomatic-gswrapper/Makefile
index 92fb06a9667..727ce8b484f 100644
--- a/print/foomatic-gswrapper/Makefile
+++ b/print/foomatic-gswrapper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/04/28 22:36:44 reed Exp $
+# $NetBSD: Makefile,v 1.13 2005/06/17 03:50:30 jlam Exp $
DISTNAME= foomatic-gswrapper
PKGNAME= foomatic-gswrapper-1.2
@@ -27,6 +27,8 @@ NO_BUILD= # defined
REPLACE_PERL= ${DISTNAME}
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin
diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile
index ce4b722c586..e1e0a3903c8 100644
--- a/print/hpijs/Makefile
+++ b/print/hpijs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/05/15 22:02:28 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2005/06/17 03:50:30 jlam Exp $
DISTNAME= hpijs-1.7.1
PKGREVISION= # empty
@@ -17,6 +17,7 @@ CPPFLAGS+= -DAPDK_BUFFER_SEND
PKGSRC_USE_TOOLS+= gzip
ONLY_FOR_COMPILER= gcc
+INSTALLATION_DIRS= bin
do-install:
${INSTALL_DATA_DIR} ${LOCALBASE}/share/ppd
diff --git a/print/if-psprint/Makefile b/print/if-psprint/Makefile
index 2724440f28b..018a390bc14 100644
--- a/print/if-psprint/Makefile
+++ b/print/if-psprint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/03/17 12:44:42 salo Exp $
+# $NetBSD: Makefile,v 1.16 2005/06/17 03:50:30 jlam Exp $
#
DISTNAME= if-psprint-1.7
@@ -14,6 +14,8 @@ DEPENDS+= enscript>=1.6.3nb1:../../print/enscript
USE_PERL5= YES
+INSTALLATION_DIRS= libexec man/man1
+
do-build:
${SED} -e 's|/usr/local|${PREFIX}|g' \
< ${WRKSRC}/if-psprint.pl \
diff --git a/print/ja-a2ps/Makefile b/print/ja-a2ps/Makefile
index 20f4357432e..82c3f33da57 100644
--- a/print/ja-a2ps/Makefile
+++ b/print/ja-a2ps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/03/24 21:12:59 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2005/06/17 03:50:30 jlam Exp $
DISTNAME= a2ps.pl-1.45
PKGNAME= ja-a2ps-1.45
@@ -17,6 +17,8 @@ EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} .
NO_BUILD= yes
REPLACE_PERL= a2ps.pl-1.45
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/a2ps.pl-1.45 ${PREFIX}/bin/a2ps-j
diff --git a/print/papersize/Makefile b/print/papersize/Makefile
index 0177d2ca486..ab577a0d663 100644
--- a/print/papersize/Makefile
+++ b/print/papersize/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/04/11 21:47:08 tv Exp $
+# $NetBSD: Makefile,v 1.20 2005/06/17 03:50:30 jlam Exp $
#
DISTNAME= papersize-1.0.8
@@ -16,6 +16,8 @@ NO_CHECKSUM= yes
NO_CONFIGURE= yes
USE_PKGINSTALL= yes
+INSTALLATION_DIRS= bin man/man1
+
do-build:
@for f in setpapersize getpapersize; do \
${SED} ${FILES_SUBST_SED} \
diff --git a/print/pcps/Makefile b/print/pcps/Makefile
index 4075cca0556..8c0971d03e5 100644
--- a/print/pcps/Makefile
+++ b/print/pcps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/12/03 15:15:07 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2005/06/17 03:50:30 jlam Exp $
#
DISTNAME= pcps840
@@ -21,6 +21,8 @@ RESTRICTED= This is shareware for your evaluation and subsequent payment
NO_BIN_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}
+INSTALLATION_DIRS= bin man/man1
+
post-patch:
${SED} "s,@PREFIX@,${PREFIX},g" ${FILESDIR}/pcps.1 > ${WRKDIR}/pcps.1
diff --git a/print/poster/Makefile b/print/poster/Makefile
index 404cedcf6c8..ab883133e90 100644
--- a/print/poster/Makefile
+++ b/print/poster/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/03/24 21:13:00 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2005/06/17 03:50:30 jlam Exp $
DISTNAME= poster
PKGNAME= poster-1.0
@@ -12,6 +12,8 @@ COMMENT= Resize a ps image to print on larger media and/or multiple sheets
BUILD_TARGET= poster
WRKSRC= ${WRKDIR}
+INSTALLATION_DIRS= bin man/man1
+
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin
@${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.1 ${PREFIX}/man/man1/
diff --git a/print/pscal/Makefile b/print/pscal/Makefile
index db6fc91b51d..d6780224ae6 100644
--- a/print/pscal/Makefile
+++ b/print/pscal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/07/21 17:16:27 martti Exp $
+# $NetBSD: Makefile,v 1.6 2005/06/17 03:50:30 jlam Exp $
#
DISTNAME= pscal-1.15
@@ -9,6 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.panix.com/~mbh/projects.html
COMMENT= Produces simple, nice-looking PostScript calendars
+INSTALLATION_DIRS= bin
+
do-build:
do-install:
diff --git a/print/tex-jadetex/Makefile b/print/tex-jadetex/Makefile
index 50331d81dff..26f0a6b7989 100644
--- a/print/tex-jadetex/Makefile
+++ b/print/tex-jadetex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/09/29 13:10:23 hubertf Exp $
+# $NetBSD: Makefile,v 1.12 2005/06/17 03:50:30 jlam Exp $
#
DISTNAME= jadetex-3.13
@@ -14,6 +14,8 @@ DEPENDS+= tex-hugelatex>=1.0nb1:../tex-hugelatex
NO_BUILD= yes
TEXMF_CNF= ${LOCALBASE}/share/texmf/web2c/texmf.cnf
+INSTALLATION_DIRS= bin
+
do-install:
${CP} -p ${TEXMF_CNF} ${TEXMF_CNF}-before-jadetex
${CAT} ${FILESDIR}/texmf.cnf-add >>${TEXMF_CNF}
diff --git a/print/tex-musixtex/Makefile b/print/tex-musixtex/Makefile
index 4c9625e679a..71416f3c8e5 100644
--- a/print/tex-musixtex/Makefile
+++ b/print/tex-musixtex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/02/11 00:37:46 hubertf Exp $
+# $NetBSD: Makefile,v 1.11 2005/06/17 03:50:31 jlam Exp $
#
DISTNAME= musixtex-112
@@ -26,6 +26,8 @@ INITEX= initex # teTeX2
INITEX= tex -ini # teTeX3
.endif
+INSTALLATION_DIRS= bin man/man1
+
do-build:
@${ECHO} "======> Building musixtex.fmt"
${CP} -f ${WRKSRC}/system/dos/musixtex.ins \