summaryrefslogtreecommitdiffstats
path: root/share/zoneinfo
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2009-10-22 20:59:51 +0000
committeredwin <edwin@FreeBSD.org>2009-10-22 20:59:51 +0000
commitaea2f51e44e9ddb58769a6c84402aadd14c3b227 (patch)
tree7db93d54f4ffcc52b059c1e42bd871fd9ef5118b /share/zoneinfo
parent9865537354df85edf977958f1c04e00b0d5f6589 (diff)
downloadFreeBSD-src-aea2f51e44e9ddb58769a6c84402aadd14c3b227.zip
FreeBSD-src-aea2f51e44e9ddb58769a6c84402aadd14c3b227.tar.gz
Move comments to the beginning of the line to make it look better.
Thank to ru@ for his noticing of it. MFC after: 1 week
Diffstat (limited to 'share/zoneinfo')
-rw-r--r--share/zoneinfo/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile
index 6acd502..326f3b4 100644
--- a/share/zoneinfo/Makefile
+++ b/share/zoneinfo/Makefile
@@ -55,11 +55,11 @@ beforeinstall:
${.CURDIR}/zone.tab ${DESTDIR}/usr/share/zoneinfo/
afterinstall:
- @#
- @# If the file /var/db/zoneinfo exists, and it is owned by root:wheel,
- @# and the contents of it exists in /usr/share/zoneinfo, then reinstall
- @# it.
- @#
+#
+# If the file /var/db/zoneinfo exists, and it is owned by root:wheel,
+# and the contents of it exists in /usr/share/zoneinfo, then reinstall
+# it.
+#
@if [ -f ${DESTDIR}/var/db/zoneinfo -a -O ${DESTDIR}/var/db/zoneinfo \
-a -G ${DESTDIR}/var/db/zoneinfo ]; then \
zf=$$(cat ${DESTDIR}/var/db/zoneinfo); \
OpenPOWER on IntegriCloud