Add back some executables that are only present on hpcmips, not on i386.

This commit is contained in:
hubertf 2000-11-03 01:08:30 +00:00
parent f7cd5e5de5
commit e23e54f7a7
2 changed files with 11 additions and 5 deletions

View file

@ -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

View file

@ -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