summaryrefslogtreecommitdiffstats
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1997-01-10 21:02:27 +0000
committerwosch <wosch@FreeBSD.org>1997-01-10 21:02:27 +0000
commit2b877902d95cd2f8592c096e89a0b790008dd0f1 (patch)
treec283891a9d9c67abcea5b7320762f2bd5a549041 /Mk/bsd.port.mk
parentf62ba2d363b0b07442f04eabc3f429650342c24f (diff)
downloadFreeBSD-ports-2b877902d95cd2f8592c096e89a0b790008dd0f1.zip
FreeBSD-ports-2b877902d95cd2f8592c096e89a0b790008dd0f1.tar.gz
if !(command) -> if ! (command)
the ksh and I guess some other shells want a space between '!' and the next command. This problem exist since rev 1.207
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 6c938a8..637cbe8 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -6,7 +6,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
-# $Id: bsd.port.mk,v 1.242 1996/12/25 18:19:22 imp Exp $
+# $Id: bsd.port.mk,v 1.243 1996/12/26 01:02:29 asami Exp $
#
# Please view me with 4 column tabs!
@@ -814,7 +814,7 @@ do-extract:
@${MKDIR} ${WRKDIR}
.endif
@for file in ${EXTRACT_ONLY}; do \
- if !(cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$file ${EXTRACT_AFTER_ARGS});\
+ if ! (cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$file ${EXTRACT_AFTER_ARGS});\
then \
exit 1; \
fi \
OpenPOWER on IntegriCloud