aboutsummaryrefslogtreecommitdiff
path: root/net/netatalk3/pkg-install
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2019-10-13 16:09:08 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2019-10-13 16:09:08 +0000
commite04cb53f1091e2c9e6421609c4201e16d4fa6b33 (patch)
tree535c79394de5e13bbbd2f168be89543093977ef7 /net/netatalk3/pkg-install
parent1d6553e0ae05b0cc2e1e7b79a61940098ae1210a (diff)
downloadports-e04cb53f1091e2c9e6421609c4201e16d4fa6b33.tar.gz
ports-e04cb53f1091e2c9e6421609c4201e16d4fa6b33.zip
Truncate the trailing newlines.
This syncs the README files that are produced during pkg-install with those installed from source. This prevents a checksum issue. Reported by: vova@fbsd.ru
Notes
Notes: svn path=/head/; revision=514408
Diffstat (limited to 'net/netatalk3/pkg-install')
-rw-r--r--net/netatalk3/pkg-install1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netatalk3/pkg-install b/net/netatalk3/pkg-install
index a75edb787af2..bcddbdd54a87 100644
--- a/net/netatalk3/pkg-install
+++ b/net/netatalk3/pkg-install
@@ -9,5 +9,6 @@ case $2 in
tee $DBDIR/README > $DBDIR/CNID/README <<-'EOF'
This directory contains modifiable Netatalk configuration files and the CNID databases.
EOF
+ truncate -s -1 $DBDIR/README $DBDIR/CNID/README
;;
esac