From owner-cvs-share Tue May 16 03:31:33 1995 Return-Path: cvs-share-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA06041 for cvs-share-outgoing; Tue, 16 May 1995 03:31:33 -0700 Received: (from asami@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA06027 ; Tue, 16 May 1995 03:31:28 -0700 Date: Tue, 16 May 1995 03:31:28 -0700 From: Satoshi Asami Message-Id: <199505161031.DAA06027@freefall.cdrom.com> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/mk bsd.port.mk Sender: cvs-share-owner@freebsd.org Precedence: bulk asami 95/05/16 03:31:27 Modified: share/mk bsd.port.mk Log: Fix the indent level. I know we're in code freeze, and this is one of the key components of the system, but I'm sure that this: === - ${ECHO_MSG} "===> Registering installation for ${PKGNAME}"; \ + ${ECHO_MSG} "===> Registering installation for ${PKGNAME}"; \ === change has absolutely no chance to screw us up, right? :)