aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2008-06-03 14:48:16 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2008-06-03 14:48:16 +0000
commit9bb2680b1878b3f94c1fc8e95a235486e593fd9e (patch)
treefb469b1f0620604baf3dc771d1374690c74c70c1 /usr.sbin/pkg_install
parent5db88944ac928baa55b208a1261a1a75af43f921 (diff)
downloadsrc-9bb2680b1878b3f94c1fc8e95a235486e593fd9e.tar.gz
src-9bb2680b1878b3f94c1fc8e95a235486e593fd9e.zip
Exclude .svn directories from generated distfile.
Notes
Notes: svn path=/head/; revision=179520
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r--usr.sbin/pkg_install/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/Makefile b/usr.sbin/pkg_install/Makefile
index 434d3b7d4167..eabb3ffa87d2 100644
--- a/usr.sbin/pkg_install/Makefile
+++ b/usr.sbin/pkg_install/Makefile
@@ -17,7 +17,8 @@ distfile: clean
${CP} -r pkg_install pkg_install-${DATE}; \
${TAR} -czf pkg_install/pkg_install-${DATE}.tar.gz \
--exclude .#* --exclude *~ --exclude CVS \
- --exclude pkg_install-*.tar.gz pkg_install-${DATE}; \
+ --exclude .svn --exclude pkg_install-*.tar.gz \
+ pkg_install-${DATE}; \
${RM} -rf pkg_install-${DATE})