From e23e54f7a71bc8bc5eba98747eda6a8351c33ac0 Mon Sep 17 00:00:00 2001 From: hubertf Date: Fri, 3 Nov 2000 01:08:30 +0000 Subject: Add back some executables that are only present on hpcmips, not on i386. --- graphics/mgl/Makefile | 7 ++++++- graphics/mgl/pkg/PLIST | 9 +++++---- 2 files changed, 11 insertions(+), 5 deletions(-) (limited to 'graphics/mgl') diff --git a/graphics/mgl/Makefile b/graphics/mgl/Makefile index 453121f7553..54b606b929d 100644 --- a/graphics/mgl/Makefile +++ b/graphics/mgl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/11/01 16:25:09 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2000/11/03 01:08:30 hubertf Exp $ DISTNAME= mgl2-alpha-019 PKGNAME= mgl-0.1.9a @@ -59,6 +59,11 @@ post-install: @if ${TEST} -e ${PREFIX}/bin/mglsvrcons; \ then ${MV} -f ${PREFIX}/bin/mglsvrcons ${PREFIX}/sbin/; \ fi + # The following three commands are only present on hpcmips: + @${TOUCH} ${PREFIX}/sbin/mglcalibrate + @${TOUCH} ${PREFIX}/sbin/calibconf + @${TOUCH} ${PREFIX}/sbin/calibdata-update + # @${MKDIR} ${PREFIX}/share/mgl2 .for i in ${MGLFONTUTILS} @${INSTALL_DATA} ${WRKSRC}/bin/${i} ${PREFIX}/share/mgl2 diff --git a/graphics/mgl/pkg/PLIST b/graphics/mgl/pkg/PLIST index 93a4e7cae66..b9d02f34031 100644 --- a/graphics/mgl/pkg/PLIST +++ b/graphics/mgl/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/11/01 16:25:09 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/11/03 01:08:30 hubertf Exp $ bin/kill_mgl.sh bin/mcalc bin/mdate @@ -18,9 +18,9 @@ lib/mgl2/mcalc.so lib/mgl2/mgterm.cap lib/mgl2/mini_mil.so lib/mgl2/msame.so -@comment sbin/calibconf -@comment sbin/calibdata-update -@comment sbin/mglcalibrate +sbin/calibconf +sbin/calibdata-update +sbin/mglcalibrate sbin/mglsvrcons share/doc/mgl2/AppConvert.doc share/doc/mgl2/Build.doc @@ -61,6 +61,7 @@ share/doc/mgl2/mgterm/bugs.doc share/doc/mgl2/mgterm/mgterm.doc share/doc/mgl2/mil/mil.doc share/mgl2/mgl_fontcreate.c +@unexec rm -f %D/etc/calibdata @dirrm share/mgl2 @dirrm share/doc/mgl2/mil @dirrm share/doc/mgl2/mgterm -- cgit v1.2.3