diff options
author | hrs <hrs@FreeBSD.org> | 2006-01-07 21:23:48 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2006-01-07 21:23:48 +0800 |
commit | b4aeea8e0e08368a71f8216a603f3d5ef2f083a0 (patch) | |
tree | d0660389aa54e831cb5ceaf023de1dfb2bd072f0 /misc/compat4x | |
parent | bce8272309907f5e1a3271414e8c8eca4fb09d2d (diff) | |
download | freebsd-ports-gnome-b4aeea8e0e08368a71f8216a603f3d5ef2f083a0.tar.gz freebsd-ports-gnome-b4aeea8e0e08368a71f8216a603f3d5ef2f083a0.tar.zst freebsd-ports-gnome-b4aeea8e0e08368a71f8216a603f3d5ef2f083a0.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
Diffstat (limited to 'misc/compat4x')
-rw-r--r-- | misc/compat4x/Makefile | 4 | ||||
-rw-r--r-- | misc/compat4x/files/000.compat4x.sh.in (renamed from misc/compat4x/files/compat4x.sh.in) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/compat4x/Makefile b/misc/compat4x/Makefile index 12ffd88d0efa..d7accfbc8a85 100644 --- a/misc/compat4x/Makefile +++ b/misc/compat4x/Makefile @@ -7,7 +7,7 @@ PORTNAME= compat4x PORTVERSION= ${COMPAT4X_PORTVERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= misc MASTER_SITES= ${COMPAT4X_MASTER_SITES} MASTER_SITE_SUBDIR= ${COMPAT4X_MASTER_SITE_SUBDIR} @@ -23,7 +23,7 @@ NO_MTREE= yes TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat -USE_RC_SUBR= ${PORTNAME}.sh +USE_RC_SUBR= 000.${PORTNAME}.sh INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/compat diff --git a/misc/compat4x/files/compat4x.sh.in b/misc/compat4x/files/000.compat4x.sh.in index c7d329ade982..c7d329ade982 100644 --- a/misc/compat4x/files/compat4x.sh.in +++ b/misc/compat4x/files/000.compat4x.sh.in |