summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2008-06-03 14:48:16 +0000
committerflz <flz@FreeBSD.org>2008-06-03 14:48:16 +0000
commit9b4be0280d33444e6a6c239f9c60e3b1a43f1c36 (patch)
treefb469b1f0620604baf3dc771d1374690c74c70c1 /usr.sbin/pkg_install
parentbe822a5885327f36e1c261942514a0f42d3d0ed6 (diff)
downloadFreeBSD-src-9b4be0280d33444e6a6c239f9c60e3b1a43f1c36.zip
FreeBSD-src-9b4be0280d33444e6a6c239f9c60e3b1a43f1c36.tar.gz
Exclude .svn directories from generated distfile.
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 434d3b7..eabb3ff 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})
OpenPOWER on IntegriCloud