summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-10-17 20:58:08 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-10-17 20:58:08 +0000
commitcaa0bb7b90093b803336f477a509cc51207876a9 (patch)
tree669a839f346c84f6a6a33fb3adc6c27e0b110e0f /Mk
parentadd the missing MASTER_SITES= line (diff)
Back out the two latest changes. The -current branch is now equal to
the -stable branch except the change between 1.182 -> 1.183.
Notes
Notes: svn path=/head/; revision=2344
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index f921f4107d0a..f35946010f75 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.184 1995/10/16 14:18:22 ache Exp $
+# $Id: bsd.port.mk,v 1.183 1995/10/11 09:25:58 asami Exp $
#
# Please view me with 4 column tabs!
@@ -427,14 +427,8 @@ is_depended: ${IS_DEPENDED_TARGET}
# override from an individual Makefile.
################################################################
-.if defined(NO_FETCH) && !target(fetch)
-fetch:
- @${DO_NADA}
-.endif
.if defined(NO_EXTRACT) && !target(extract)
extract: checksum
- @/bin/rm -rf ${WRKDIR}
- @/bin/mkdir -p ${WRKDIR}
@${TOUCH} ${TOUCH_FLAGS} ${EXTRACT_COOKIE}
checksum: fetch
@${DO_NADA}