aboutsummaryrefslogtreecommitdiff
path: root/misc/compat5x
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2006-01-07 13:23:48 +0000
committerHiroki Sato <hrs@FreeBSD.org>2006-01-07 13:23:48 +0000
commit334dbdc7a6663d23834b14fd7752bf4d60b80649 (patch)
treeee8b69e3788c7a0e39a79c3c7685f5b68496a3a1 /misc/compat5x
parent66025e25963e8a20f36a654c73522e9887cb8717 (diff)
downloadports-334dbdc7a6663d23834b14fd7752bf4d60b80649.tar.gz
ports-334dbdc7a6663d23834b14fd7752bf4d60b80649.zip
- Rename the startup script ${PORTNAME}.sh to 000.${PORTNAME}.sh to
prevent non-rcNG scripts from being invoked before it. - Bump PORTREVISION. PR: conf/91444
Notes
Notes: svn path=/head/; revision=152993
Diffstat (limited to 'misc/compat5x')
-rw-r--r--misc/compat5x/Makefile4
-rw-r--r--misc/compat5x/files/000.compat5x.sh.in (renamed from misc/compat5x/files/compat5x.sh.in)0
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/compat5x/Makefile b/misc/compat5x/Makefile
index b569fc163f59..87ae8f42cda4 100644
--- a/misc/compat5x/Makefile
+++ b/misc/compat5x/Makefile
@@ -11,7 +11,7 @@
PORTNAME= compat5x
PORTVERSION= 5.4.0.8
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=lesi/compat5x
@@ -29,7 +29,7 @@ INSTALLS_SHLIB= yes
LDCONFIG_DIRS= %%PREFIX%%/lib/compat
TARGET_DIR= ${PREFIX}/lib/compat
TARGET32_DIR= ${PREFIX}/lib32/compat
-USE_RC_SUBR= ${PORTNAME}.sh
+USE_RC_SUBR= 000.${PORTNAME}.sh
.include <bsd.port.pre.mk>
diff --git a/misc/compat5x/files/compat5x.sh.in b/misc/compat5x/files/000.compat5x.sh.in
index 4d6f4da222eb..4d6f4da222eb 100644
--- a/misc/compat5x/files/compat5x.sh.in
+++ b/misc/compat5x/files/000.compat5x.sh.in