From aea2f51e44e9ddb58769a6c84402aadd14c3b227 Mon Sep 17 00:00:00 2001 From: edwin Date: Thu, 22 Oct 2009 20:59:51 +0000 Subject: 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 --- share/zoneinfo/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'share/zoneinfo') 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); \ -- cgit v1.1