summaryrefslogtreecommitdiff
path: root/misc/compat22
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-08-15 07:40:36 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-08-15 07:40:36 +0000
commit80cb699533832fc0ec887cf8841c588a21aa1c03 (patch)
tree7b7325f0731707d34ce2735377e9f839c0921ee0 /misc/compat22
parent[portmgr@ hat on] (diff)
Use other way to disconnect compatX ports from the bento build.
Notes
Notes: svn path=/head/; revision=46270
Diffstat (limited to 'misc/compat22')
-rw-r--r--misc/compat22/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/compat22/Makefile b/misc/compat22/Makefile
index 5c0a18d6dcf1..98fdd06fed8e 100644
--- a/misc/compat22/Makefile
+++ b/misc/compat22/Makefile
@@ -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}