diff options
-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 | ||||
-rw-r--r-- | misc/compat5x/Makefile | 4 | ||||
-rw-r--r-- | misc/compat5x/files/000.compat5x.sh.in (renamed from misc/compat5x/files/compat5x.sh.in) | 0 |
4 files changed, 4 insertions, 4 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 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 |