aboutsummaryrefslogtreecommitdiffstats
path: root/Tools/scripts
diff options
context:
space:
mode:
authorbeat <beat@FreeBSD.org>2012-09-10 01:07:17 +0800
committerbeat <beat@FreeBSD.org>2012-09-10 01:07:17 +0800
commitad55140075e3a3246ac537519053227c776b586d (patch)
treee1123060c71aa31f94afac4f7f6a29d23ea1920d /Tools/scripts
parent58b3732f18d6be09a3c76d85f7f483fd8565d68d (diff)
downloadfreebsd-ports-gnome-ad55140075e3a3246ac537519053227c776b586d.tar.gz
freebsd-ports-gnome-ad55140075e3a3246ac537519053227c776b586d.tar.zst
freebsd-ports-gnome-ad55140075e3a3246ac537519053227c776b586d.zip
- Set fbsd:nokeywords property value to the one recommended by the Ports
Subversion Primer. Approved by: mandree@ (maintainer)
Diffstat (limited to 'Tools/scripts')
-rwxr-xr-xTools/scripts/psvn2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/psvn b/Tools/scripts/psvn
index 4ddc5e981a2a..96f8e84f05e9 100755
--- a/Tools/scripts/psvn
+++ b/Tools/scripts/psvn
@@ -111,7 +111,7 @@ setprop () {
"${SVN}" -q -- propdel fbsd:nokeywords "${_file}"
;;
1) # no match
- "${SVN}" -q -- propset fbsd:nokeywords 1 "${_file}"
+ "${SVN}" -q -- propset fbsd:nokeywords yes "${_file}"
"${SVN}" -q -- propdel svn:keywords "${_file}"
;;
*) # egrep failed