summaryrefslogtreecommitdiff
path: root/graphics/mgl
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-11-03 01:08:30 +0000
committerhubertf <hubertf@pkgsrc.org>2000-11-03 01:08:30 +0000
commite23e54f7a71bc8bc5eba98747eda6a8351c33ac0 (patch)
tree613cb4e6a1f1d0fd33e7af69c430d9f8c19d9100 /graphics/mgl
parentf7cd5e5de559c133eb5f585bd7f13a4bef1092ae (diff)
downloadpkgsrc-e23e54f7a71bc8bc5eba98747eda6a8351c33ac0.tar.gz
Add back some executables that are only present on hpcmips, not on i386.
Diffstat (limited to 'graphics/mgl')
-rw-r--r--graphics/mgl/Makefile7
-rw-r--r--graphics/mgl/pkg/PLIST9
2 files changed, 11 insertions, 5 deletions
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