aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-01-24 10:41:52 +0800
committerjkh <jkh@FreeBSD.org>1995-01-24 10:41:52 +0800
commitde63243d94fc9154bb943800139ec77e83a38380 (patch)
tree29864bd41b7ce0dca3d26b8c5d2fa0459d89bb97 /Mk
parenta379d3c4e80a5a320a8dca9939c874374a7183a8 (diff)
downloadfreebsd-ports-gnome-de63243d94fc9154bb943800139ec77e83a38380.tar.gz
freebsd-ports-gnome-de63243d94fc9154bb943800139ec77e83a38380.tar.zst
freebsd-ports-gnome-de63243d94fc9154bb943800139ec77e83a38380.zip
Fix bogus tab in makesum target.
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index b8a8ba22544a..56df406b6343 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -3,7 +3,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
-# $Id: bsd.port.mk,v 1.105 1995/01/22 20:40:48 gpalmer Exp $
+# $Id: bsd.port.mk,v 1.106 1995/01/23 18:22:36 jkh Exp $
#
# Please view me with 4 column tabs!
@@ -505,7 +505,6 @@ fetch: pre-fetch
makesum: fetch
@if [ ! -d ${FILESDIR} ]; then mkdir -p ${FILESDIR}; fi
@if [ -f ${MD5_FILE} ]; then rm -f ${MD5_FILE}; fi
-
@(cd ${DISTDIR}; \
for file in ${DISTFILES}; do \
${MD5} $$file >> ${MD5_FILE}; \