summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2012-03-09 02:23:03 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2012-03-09 02:23:03 +0000
commitda71350391ba7527bc5ca7e54aff69071b551be8 (patch)
treed7fc1a111cdce2d42e3fba4aeb12f091b414ad03 /release
parent1fb66904c10ff212424d2615891fa6cc435840a9 (diff)
downloadFreeBSD-src-da71350391ba7527bc5ca7e54aff69071b551be8.zip
FreeBSD-src-da71350391ba7527bc5ca7e54aff69071b551be8.tar.gz
Make sure not to tar up CVS directories if this ports tree is a CVS
checkout. PR: bin/165868 MFC after: 5 days
Diffstat (limited to 'release')
-rw-r--r--release/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile
index c45e481..dbf7854 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -90,6 +90,7 @@ ports.txz:
mkdir -p ${DISTDIR}/usr
ln -fs ${PORTSDIR} ${DISTDIR}/usr/ports
cd ${DISTDIR} && tar cLvJf ${.OBJDIR}/ports.txz \
+ --exclude CVS --exclude .svn \
--exclude usr/ports/distfiles --exclude usr/ports/packages \
--exclude 'usr/ports/INDEX*' --exclude work usr/ports
OpenPOWER on IntegriCloud