Last gremlin-killer of the day. Typo fixed and missing .endif replaced.

This commit is contained in:
Gary Palmer 1994-12-11 15:31:22 +00:00
parent dbf261e1a8
commit 206936ce19
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550

View file

@ -3,7 +3,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
# $Id: bsd.port.mk,v 1.76 1994/12/11 14:12:30 gpalmer Exp $
# $Id: bsd.port.mk,v 1.77 1994/12/11 14:50:40 gpalmer Exp $
#
# Please view me with 4 column tabs!
@ -378,11 +378,12 @@ ${PATCH_COOKIE}:
@if [ -d ${PATCHDIR} ]; then \
echo "===> Applying patches for ${DISTNAME}" ; \
for i in ${PATCHDIR}/patch-*; \
do ${PATCH} {$PATCH_ARGS} < $$i; \
do ${PATCH} ${PATCH_ARGS} < $$i; \
done;\
fi
@${TOUCH} ${TOUCH_FLAGS} ${PATCH_COOKIE}
.endif
.endif
.if !target(pre-configure)
pre-configure: