From 9b4be0280d33444e6a6c239f9c60e3b1a43f1c36 Mon Sep 17 00:00:00 2001 From: flz Date: Tue, 3 Jun 2008 14:48:16 +0000 Subject: Exclude .svn directories from generated distfile. --- usr.sbin/pkg_install/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/pkg_install') 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}) -- cgit v1.1