Skip to content

Commit

Permalink
tweak the way mirror-maker emits stuff, so that the Makefile contains…
Browse files Browse the repository at this point in the history
… lines

suitable for cksum -c.
  • Loading branch information
marcespie committed Mar 28, 2007
1 parent 9bc4b55 commit e72cb69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/mk/bsd.port.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#-*- mode: Makefile; tab-width: 4; -*-
# ex:ts=4 sw=4 filetype=make:
# $OpenBSD: bsd.port.mk,v 1.883 2007/03/28 13:21:43 espie Exp $
# $OpenBSD: bsd.port.mk,v 1.884 2007/03/28 15:45:03 espie Exp $
# $FreeBSD: bsd.port.mk,v 1.264 1996/12/25 02:27:44 imp Exp $
# $NetBSD: bsd.port.mk,v 1.62 1998/04/09 12:47:02 hubertf Exp $
#
Expand Down Expand Up @@ -2371,7 +2371,7 @@ _fetch-onefile:
echo >&2 'but file is not in $${IGNORE_FILES}'; \
echo '\t ERROR="IGNORE inconsistent" \\';; \
*) \
echo "\t CIPHER=\"$$c\" CKSUM=\"$$4\" \\";; \
echo "\t CIPHER=\"$$c\" CKSUM=\"$$4\" CHECK=\""$$@"\" \\";; \
esac; \
fi
. endif
Expand Down

0 comments on commit e72cb69

Please sign in to comment.