1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Use other way to disconnect compatX ports from the bento build.

This commit is contained in:
Maxim Sobolev 2001-08-15 07:40:36 +00:00
parent b1ad1a1b4c
commit 80cb699533
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46270
4 changed files with 15 additions and 3 deletions

View File

@ -32,9 +32,9 @@
SUBDIR += cmatrix
SUBDIR += colorls
SUBDIR += colortail
# SUBDIR += compat22
# SUBDIR += compat3x
# SUBDIR += compat4x
SUBDIR += compat22
SUBDIR += compat3x
SUBDIR += compat4x
SUBDIR += cpuid
SUBDIR += crosspad
SUBDIR += cstream

View File

@ -35,6 +35,10 @@ INSTALLS_SHLIB= yes
LDCONFIG= /sbin/ldconfig -aout
LDCONFIG_DIRS= %%PREFIX%%/lib/compat/aout
.if defined(BATCH) || defined(PACKAGE_BUILDING)
IGNORE= "does damage to bento cluster"
.endif
do-extract:
${MKDIR} ${WRKDIR}
cd ${_DISTDIR} && ${CAT} ${DISTFILES} | ${TAR} -xzf - -C ${WRKDIR}

View File

@ -34,6 +34,10 @@ TARGET_DIR= ${PREFIX}/lib/compat
INSTALLS_SHLIB= yes
LDCONFIG_DIRS= %%PREFIX%%/lib/compat
.if defined(BATCH) || defined(PACKAGE_BUILDING)
IGNORE= "does damage to bento cluster"
.endif
do-extract:
${MKDIR} ${WRKDIR}
cd ${_DISTDIR} && ${CAT} ${DISTFILES} | ${TAR} -xzf - -C ${WRKDIR}

View File

@ -26,6 +26,10 @@ TARGET_DIR= ${PREFIX}/lib/compat
INSTALLS_SHLIB= yes
LDCONFIG_DIRS= %%PREFIX%%/lib/compat
.if defined(BATCH) || defined(PACKAGE_BUILDING)
IGNORE= "does damage to bento cluster"
.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000