diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-08-15 07:40:36 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-08-15 07:40:36 +0000 |
commit | 90e1ff34038d03772d559f71984ae2195a5ec182 (patch) | |
tree | afb9d572184d681491bfd314f7dee378b0e253c5 /misc/compat3x | |
parent | 9eca9782ddb831336afb70ecd8c346e0af95f428 (diff) | |
download | FreeBSD-ports-90e1ff34038d03772d559f71984ae2195a5ec182.zip FreeBSD-ports-90e1ff34038d03772d559f71984ae2195a5ec182.tar.gz |
Use other way to disconnect compatX ports from the bento build.
Diffstat (limited to 'misc/compat3x')
-rw-r--r-- | misc/compat3x/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/compat3x/Makefile b/misc/compat3x/Makefile index 3aae1f1..486f86a 100644 --- a/misc/compat3x/Makefile +++ b/misc/compat3x/Makefile @@ -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} |