aboutsummaryrefslogtreecommitdiffstats
path: root/lang/modula-3-lib
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1996-11-30 03:49:19 +0800
committerjdp <jdp@FreeBSD.org>1996-11-30 03:49:19 +0800
commitf983cbb52517f9a9cd25b7fe67b05ed3fc7cddf2 (patch)
treee9307147f802f38f3651d9ab5ee5a67e49bd3eff /lang/modula-3-lib
parent8642e8c9781352b27749aa14b8e3f75a053a11b4 (diff)
downloadfreebsd-ports-gnome-f983cbb52517f9a9cd25b7fe67b05ed3fc7cddf2.tar.gz
freebsd-ports-gnome-f983cbb52517f9a9cd25b7fe67b05ed3fc7cddf2.tar.zst
freebsd-ports-gnome-f983cbb52517f9a9cd25b7fe67b05ed3fc7cddf2.zip
Rename the start-up script from "m3.sh" to "50.m3.sh", to ensure that it
will be executed before any other scripts that depend on it (such as an anticipated "cvsupd.sh").
Diffstat (limited to 'lang/modula-3-lib')
-rw-r--r--lang/modula-3-lib/Makefile4
-rw-r--r--lang/modula-3-lib/pkg-plist2
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/modula-3-lib/Makefile b/lang/modula-3-lib/Makefile
index 605417068b04..a0aa75f677db 100644
--- a/lang/modula-3-lib/Makefile
+++ b/lang/modula-3-lib/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 Oct 1996
# Whom: John Polstra <jdp@polstra.com>
#
-# $Id: Makefile,v 1.2 1996/11/12 02:18:39 obrien Exp $
+# $Id: Makefile,v 1.3 1996/11/14 23:18:58 jdp Exp $
#
DISTNAME= modula-3-lib-3.6
@@ -50,7 +50,7 @@ DISTFILES+= m3-fbsd-gcc-3.6.tar.gz
# Startup script, run at boot time
startup_dir= ${PREFIX}/etc/rc.d
-startup_script= ${startup_dir}/m3.sh
+startup_script= ${startup_dir}/50.m3.sh
# The Modula-3 build process insists on installing each individual
# component immediately after that component is built. To avoid having
diff --git a/lang/modula-3-lib/pkg-plist b/lang/modula-3-lib/pkg-plist
index 36a23286127c..5e9e9892b056 100644
--- a/lang/modula-3-lib/pkg-plist
+++ b/lang/modula-3-lib/pkg-plist
@@ -1,4 +1,4 @@
-etc/rc.d/m3.sh
+etc/rc.d/50.m3.sh
lib/m3/FreeBSD2/libDiGraph.so.4.0
lib/m3/FreeBSD2/libGeometry.so.4.0
lib/m3/FreeBSD2/libImages.so.4.0