Author: gjb (doc,ports committer)
Date: Mon Sep 17 15:45:27 2012
New Revision: 240610
URL: http://svn.freebsd.org/changeset/base/240610

Log:
  MFC r232714 (nwhitehorn):
  
  Make sure not to tar up CVS directories if this ports tree is a CVS
  checkout.
  
  PR:           bin/165868

Modified:
  stable/9/release/Makefile
Directory Properties:
  stable/9/release/   (props changed)

Modified: stable/9/release/Makefile
==============================================================================
--- stable/9/release/Makefile   Mon Sep 17 15:43:57 2012        (r240609)
+++ stable/9/release/Makefile   Mon Sep 17 15:45:27 2012        (r240610)
@@ -87,6 +87,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
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to