aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2012-12-09 18:59:45 +0000
committerChris Rees <crees@FreeBSD.org>2012-12-09 18:59:45 +0000
commit10cfa863ded4f49a08809ed1560f4b63eb6287fa (patch)
tree2b25056d421b3f09ebcfed96e6cd6c07b08eacbf /Tools
parent0b72c478f28c093c4a09b1cb121ae0c99e4a4512 (diff)
downloadports-10cfa863ded4f49a08809ed1560f4b63eb6287fa.tar.gz
ports-10cfa863ded4f49a08809ed1560f4b63eb6287fa.zip
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/addport4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tools/scripts/addport b/Tools/scripts/addport
index e7c83e0b8c56..4048a975984f 100755
--- a/Tools/scripts/addport
+++ b/Tools/scripts/addport
@@ -405,6 +405,10 @@ foreach my $thisdir (@dirs) {
}
}
+ # strip svn:executable if added-- not allowed
+
+ system("cd $portname && svn -qR propdel svn:executable");
+
# figure out where the port name belongs in category Makefile
my ($spaces, @ports) = &lsports;
errx(1, "Error: $portname already exists in $category\'s Makefile") if (&contains($portname, @ports));