summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-02-25 04:17:35 +0000
committerhubertf <hubertf@pkgsrc.org>2001-02-25 04:17:35 +0000
commitd32e698de6a63cf0273391b498d5c8e2bc3ea265 (patch)
treef7733ee24f18b76cbeda1e577b4cec2485f4cf3e /print
parentb1fe99775bd942bbd05e584ba34834516831b04a (diff)
downloadpkgsrc-d32e698de6a63cf0273391b498d5c8e2bc3ea265.tar.gz
Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
Diffstat (limited to 'print')
-rw-r--r--print/acroread/Makefile6
-rw-r--r--print/acroread3/Makefile4
-rw-r--r--print/magicfilter/Makefile4
-rw-r--r--print/teTeX-share/Makefile4
-rw-r--r--print/teTeX-sharesrc/Makefile4
5 files changed, 11 insertions, 11 deletions
diff --git a/print/acroread/Makefile b/print/acroread/Makefile
index 566842b6c6a..5bd6fef1264 100644
--- a/print/acroread/Makefile
+++ b/print/acroread/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2001/02/17 17:51:36 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2001/02/25 04:18:11 hubertf Exp $
# FreeBSD Id: Makefile,v 1.13 1999/04/08 07:49:18 dima Exp $
PKGNAME= acroread-4.05
@@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.adobe.com/prodindex/acrobat/readstep.html
COMMENT= View, distribute and print PDF documents
-IS_INTERACTIVE= YES
+#HF#IS_INTERACTIVE= YES
RESTRICTED= "Original installer required to redistribute."
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
@@ -68,7 +68,7 @@ PLIST_SRC= ${PKGDIR}/PLIST.pre \
NS_PLUGINS_DIR= ${PREFIX}/lib/netscape/plugins
do-install:
- @${MKDIR} ${PREFIX}/Acrobat4
+ @${INSTALL_DATA_DIR} ${PREFIX}/Acrobat4
@( ${ECHO} accept ) | PAGER=${CAT} ReadInstallDir=${PREFIX}/Acrobat4 ${WRKSRC}/INSTALL
post-install:
diff --git a/print/acroread3/Makefile b/print/acroread3/Makefile
index b5dd87cabcb..94c714f53e0 100644
--- a/print/acroread3/Makefile
+++ b/print/acroread3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2001/02/17 17:51:36 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2001/02/25 04:18:11 hubertf Exp $
PKGNAME= acroread3-3.01
CATEGORIES= print
@@ -67,7 +67,7 @@ pre-install:
# ${SED} -e 's|@PLATFORM@|${PLATFORM}|g' ${PKGDIR}/PLIST > ${PLIST_SRC}
do-install:
- @${MKDIR} ${PREFIX}/Acrobat3
+ @${INSTALL_DATA_DIR} ${PREFIX}/Acrobat3
@${ECHO} accept | PAGER=${CAT} ReadInstallDir=${PREFIX}/Acrobat3 ${WRKSRC}/INSTALL
post-install:
diff --git a/print/magicfilter/Makefile b/print/magicfilter/Makefile
index b488e6d0fd6..c64d9550850 100644
--- a/print/magicfilter/Makefile
+++ b/print/magicfilter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2001/02/17 17:51:48 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2001/02/25 04:18:11 hubertf Exp $
DISTNAME= magicfilter-1.2
CATEGORIES= print
@@ -27,7 +27,7 @@ PAPERSIZE?= A4
post-install:
@${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
- @${MKDIR} ${PREFIX}/${FILTER_DIR}
+ @${INSTALL_DATA_DIR} ${PREFIX}/${FILTER_DIR}
@(cd ${WRKSRC}/filters; \
paper=`${ECHO} ${PAPERSIZE} | ${TR} '[A-Z]' '[a-z]'`; \
for FILTER in *-filter; do \
diff --git a/print/teTeX-share/Makefile b/print/teTeX-share/Makefile
index 2ff961eec79..44acbcc4866 100644
--- a/print/teTeX-share/Makefile
+++ b/print/teTeX-share/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/02/17 17:51:56 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2001/02/25 04:18:11 hubertf Exp $
#
DISTNAME= teTeX-texmf-1.0.2
@@ -25,7 +25,7 @@ do-install:
@${ECHO} " ** Get yourself a shower and a big mug of coffee,"
@${ECHO} " ** this will take _very_ long!"
@${ECHO} ""
- ${MKDIR} ${PREFIX}/share/texmf
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/texmf
${GTAR} -plzx \
-C ${PREFIX}/share/texmf \
-X ${FILESDIR}/exclude \
diff --git a/print/teTeX-sharesrc/Makefile b/print/teTeX-sharesrc/Makefile
index 8b0659ca2b3..8139695104e 100644
--- a/print/teTeX-sharesrc/Makefile
+++ b/print/teTeX-sharesrc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/02/17 17:51:57 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2001/02/25 04:18:12 hubertf Exp $
# FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp
#
@@ -26,7 +26,7 @@ do-install:
@${ECHO} "Extracting ${DISTFILES} to ${PREFIX}/share/texmf/source"
@${ECHO} " Get yourself a shower and a mug of coffee, this will take long!"
@${ECHO} ""
- ${MKDIR} ${PREFIX}/share/texmf
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/texmf
${GTAR} plzxCf ${PREFIX}/share/texmf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}
.include "../../mk/bsd.pkg.mk"