diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-02-25 04:17:35 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-02-25 04:17:35 +0000 |
commit | d32e698de6a63cf0273391b498d5c8e2bc3ea265 (patch) | |
tree | f7733ee24f18b76cbeda1e577b4cec2485f4cf3e /graphics | |
parent | b1fe99775bd942bbd05e584ba34834516831b04a (diff) | |
download | pkgsrc-d32e698de6a63cf0273391b498d5c8e2bc3ea265.tar.gz |
Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/alevt/Makefile | 4 | ||||
-rw-r--r-- | graphics/giram/Makefile | 4 | ||||
-rw-r--r-- | graphics/mgl/Makefile | 16 | ||||
-rw-r--r-- | graphics/mpeg2codec/Makefile | 6 | ||||
-rw-r--r-- | graphics/pstoedit/Makefile | 4 | ||||
-rw-r--r-- | graphics/rayshade/Makefile | 6 | ||||
-rw-r--r-- | graphics/sketch/Makefile | 8 | ||||
-rw-r--r-- | graphics/tkpiechart/Makefile | 4 | ||||
-rw-r--r-- | graphics/urt/Makefile | 4 | ||||
-rw-r--r-- | graphics/xplot/Makefile | 4 | ||||
-rw-r--r-- | graphics/xv/Makefile | 4 |
11 files changed, 32 insertions, 32 deletions
diff --git a/graphics/alevt/Makefile b/graphics/alevt/Makefile index fcf5398010f..0bd96475bb9 100644 --- a/graphics/alevt/Makefile +++ b/graphics/alevt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/16 15:22:15 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/25 04:17:51 hubertf Exp $ DISTNAME= alevt-1.6.0 CATEGORIES= graphics @@ -18,6 +18,6 @@ USE_X11BASE= YES USE_GMAKE= YES pre-install: - ${MKDIR} ${PREFIX}/share/pixmaps + ${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps .include "../../mk/bsd.pkg.mk" diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile index 118b2a9ec83..cdf7e9071e2 100644 --- a/graphics/giram/Makefile +++ b/graphics/giram/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/02/16 15:22:22 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2001/02/25 04:17:51 hubertf Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1999/06/19 17:38:24 cpiazza Exp $ DISTNAME= Giram-0.1.2 @@ -26,7 +26,7 @@ CONFIGURE_ENV= GTK_CONFIG="${GTKDIR}/bin/gtk-config" \ ALL_TARGET= install-strip post-install: - @${MKDIR} ${PREFIX}/share/examples/Giram + @${INSTALL_DATA_DIR} ${PREFIX}/share/examples/Giram ${INSTALL_DATA} ${WRKSRC}/SampleScenes/* ${PREFIX}/share/examples/Giram/ .include "../../mk/bsd.pkg.mk" diff --git a/graphics/mgl/Makefile b/graphics/mgl/Makefile index a4461a66df8..e8df467cf0b 100644 --- a/graphics/mgl/Makefile +++ b/graphics/mgl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/02/16 15:22:27 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/25 04:17:51 hubertf Exp $ DISTNAME= mgl2-alpha-019 PKGNAME= mgl-0.1.9a @@ -69,17 +69,17 @@ post-install: @${TOUCH} ${PREFIX}/sbin/calibconf @${TOUCH} ${PREFIX}/sbin/calibdata-update # - @${MKDIR} ${PREFIX}/share/mgl2 + @${INSTALL_DATA_DIR} ${PREFIX}/share/mgl2 .for i in ${MGLFONTUTILS} @${INSTALL_DATA} ${WRKSRC}/bin/${i} ${PREFIX}/share/mgl2 .endfor @${RM} -f -r ${PREFIX}/share/doc/mgl2 - @${MKDIR} ${PREFIX}/share/doc/mgl2 - @${MKDIR} ${PREFIX}/share/doc/mgl2/memo - @${MKDIR} ${PREFIX}/share/doc/mgl2/mgterm - @${MKDIR} ${PREFIX}/share/doc/mgl2/mil - @${MKDIR} ${PREFIX}/share/doc/mgl2/bin - @${MKDIR} ${PREFIX}/share/doc/mgl2/doc + @${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mgl2 + @${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mgl2/memo + @${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mgl2/mgterm + @${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mgl2/mil + @${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mgl2/bin + @${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mgl2/doc .for i in ${MGLDOCS} @${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/doc/mgl2/doc/ .endfor diff --git a/graphics/mpeg2codec/Makefile b/graphics/mpeg2codec/Makefile index cb8627065ab..eb328b9563d 100644 --- a/graphics/mpeg2codec/Makefile +++ b/graphics/mpeg2codec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/16 15:22:27 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/25 04:17:52 hubertf Exp $ DISTNAME= mpeg2vidcodec_v12 PKGNAME= mpeg2codec-1.2 @@ -18,10 +18,10 @@ do-install: ${WRKSRC}/src/mpeg2dec/mpeg2decode \ ${WRKSRC}/src/mpeg2enc/mpeg2encode \ ${PREFIX}/bin - ${MKDIR} ${PREFIX}/share/doc/mpeg2codec + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mpeg2codec ${INSTALL_DATA} ${WRKSRC}/doc/mpeg2enc.doc \ ${PREFIX}/share/doc/mpeg2codec - ${MKDIR} ${PREFIX}/share/mpeg2codec + ${INSTALL_DATA_DIR} ${PREFIX}/share/mpeg2codec ${INSTALL_DATA} ${WRKSRC}/par/* ${PREFIX}/share/mpeg2codec .include "../../mk/bsd.pkg.mk" diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index abd4a238ae7..7250b5e72db 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/16 15:22:32 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2001/02/25 04:17:52 hubertf Exp $ DISTNAME= pstoedit_3_20 PKGNAME= pstoedit-3.20 @@ -36,7 +36,7 @@ DOCDIR= ${PREFIX}/share/pstoedit/doc DOCSRC= ${WRKSRC}/.. post-install: - ${MKDIR} ${DOCDIR} + ${INSTALL_DATA_DIR} ${DOCDIR} ${INSTALL_DATA} ${DOCSRC}/*.htm ${DOCDIR} ${INSTALL_DATA} ${DOCSRC}/readme.txt ${DOCDIR} diff --git a/graphics/rayshade/Makefile b/graphics/rayshade/Makefile index 1537f1bfb17..82afa9d6a50 100644 --- a/graphics/rayshade/Makefile +++ b/graphics/rayshade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/02/16 15:22:33 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/25 04:17:52 hubertf Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/05/26 04:04:11 mph Exp # @@ -31,10 +31,10 @@ do-install: ${RANLIB} ${PREFIX}/lib/libray.a ${INSTALL_DATA} ${WRKSRC}/libshade/libshade.a ${PREFIX}/lib ${RANLIB} ${PREFIX}/lib/libshade.a - ${MKDIR} ${PREFIX}/share/doc/rayshade + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/rayshade ${INSTALL_DATA} ${WRKSRC}/Doc/Guide/* ${PREFIX}/share/doc/rayshade ${INSTALL_DATA} ${WRKSRC}/Doc/quickref.txt ${PREFIX}/share/doc/rayshade - ${MKDIR} ${PREFIX}/share/examples/rayshade + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/rayshade ${INSTALL_DATA} ${WRKSRC}/Examples/* ${PREFIX}/share/examples/rayshade .include "../../mk/bsd.pkg.mk" diff --git a/graphics/sketch/Makefile b/graphics/sketch/Makefile index ca93279dff3..e12c19cc912 100644 --- a/graphics/sketch/Makefile +++ b/graphics/sketch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/02/16 15:22:33 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2001/02/25 04:17:52 hubertf Exp $ # FreeBSD Id: Makefile,v 1.4 1999/05/19 09:41:06 tg Exp $ DISTNAME= sketch-0.6.3 @@ -30,15 +30,15 @@ do-build: @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} python setup.py build) do-install: - ${MKDIR} ${SKETCHDIR} + ${INSTALL_DATA_DIR} ${SKETCHDIR} .for dir in Filter Pax Plugins Resources Script Sketch (cd ${WRKSRC}; ${GTAR} -c -f - --exclude-from=${FILESDIR}/excludelist ${dir}) | \ (cd ${SKETCHDIR}/; ${GTAR} xf -) .endfor (cd ${WRKSRC}; ${INSTALL_SCRIPT} finishinst.py sk2ps.py sketch.py ${SKETCHDIR}) - ${MKDIR} ${SKETCHDOCDIR} + ${INSTALL_DATA_DIR} ${SKETCHDOCDIR} (cd ${WRKSRC}; ${GTAR} cf - ${SKETCHDOCS}) | (cd ${SKETCHDOCDIR}; ${GTAR} xf -) - ${MKDIR} ${SKETCHEXDIR} + ${INSTALL_DATA_DIR} ${SKETCHEXDIR} (cd ${WRKSRC}/Examples; ${GTAR} cf - .) | (cd ${SKETCHEXDIR}; ${GTAR} xf -) (cd ${SKETCHDIR}; python finishinst.py) ${SED} -e "s|@PREFIX@|${PREFIX}|g" < ${FILESDIR}/sketch.in > ${PREFIX}/bin/sketch diff --git a/graphics/tkpiechart/Makefile b/graphics/tkpiechart/Makefile index 7c75d895d13..b7efb1322dd 100644 --- a/graphics/tkpiechart/Makefile +++ b/graphics/tkpiechart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/16 15:22:34 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2001/02/25 04:17:52 hubertf Exp $ DISTNAME= tkpiechart-5.4 CATEGORIES= graphics @@ -24,7 +24,7 @@ post-patch: ${CHMOD} a+x ${WRKSRC}/instapkg.tcl do-install: - ${MKDIR} ${PREFIX}/lib/tcl/tkpiechart + ${INSTALL_DATA_DIR} ${PREFIX}/lib/tcl/tkpiechart cd ${WRKSRC}; ./instapkg.tcl ${PREFIX}/lib/tcl/tkpiechart .include "../../mk/bsd.pkg.mk" diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index e36a444a3e8..a8711344964 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/02/16 15:22:34 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2001/02/25 04:17:52 hubertf Exp $ # FreeBSD Id: Makefile,v 1.6 1998/02/11 08:48:26 tg Exp DISTNAME= urt @@ -28,7 +28,7 @@ MAKEFILE= makefile ALL_TARGET= post-install: - ${MKDIR} ${PREFIX}/share/doc/urt ${PREFIX}/share/examples/urt + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/urt ${PREFIX}/share/examples/urt cd ${PREFIX}/share/doc/urt && (\ ${GTAR} xf ${DISTDIR}/urt-doc.tar; \ cd doc; \ diff --git a/graphics/xplot/Makefile b/graphics/xplot/Makefile index 31d33107d1f..9a777f70d09 100644 --- a/graphics/xplot/Makefile +++ b/graphics/xplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/02/16 15:22:37 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2001/02/25 04:17:53 hubertf Exp $ # DISTNAME= xplot-0.90 @@ -15,7 +15,7 @@ DOCFILES= ANNOUNCE README README.tcp_plots demo.0 demo.1 demo.2 \ demo.3 demo.4 demo.5 demo.6 demo.7 post-install: - ${MKDIR} ${PREFIX}/share/doc/xplot + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xplot .for file in ${DOCFILES} ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xplot .endfor diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index 20407d0a220..98cf65ab0cb 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2001/02/16 15:22:37 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2001/02/25 04:17:53 hubertf Exp $ # FreeBSD Id: Makefile,v 1.14 1997/07/03 07:37:08 asami Exp # @@ -41,7 +41,7 @@ pre-build: .endif post-install: - ${MKDIR} ${PREFIX}/share/doc/xv + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xv ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xv ${INSTALL_DATA} ${WRKSRC}/docs/xvdocs.ps ${PREFIX}/share/doc/xv |