summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1994-12-11 15:31:22 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1994-12-11 15:31:22 +0000
commit206936ce196312fabdec6831ac05a386c20bcfa3 (patch)
tree17a8b6786189874566419c4e03d0b7f39c93e681 /Mk/bsd.port.mk
parentMore correct PLIST. (diff)
Last gremlin-killer of the day. Typo fixed and missing .endif replaced.
Notes
Notes: svn path=/head/; revision=550
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 542900c0e814..8169a0370d15 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.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: