- 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
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user