summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-10-17 20:58:08 +0000
committerasami <asami@FreeBSD.org>1995-10-17 20:58:08 +0000
commit73c1a1fccb4b8ea01172f33f00609d80ee244ee2 (patch)
treea6eee84d93e88894a2feddbc25679818f129595b /share
parentfb897fab5396fa2b16511052125aa59e2058604a (diff)
downloadFreeBSD-src-73c1a1fccb4b8ea01172f33f00609d80ee244ee2.zip
FreeBSD-src-73c1a1fccb4b8ea01172f33f00609d80ee244ee2.tar.gz
Back out the two latest changes. The -current branch is now equal to
the -stable branch except the change between 1.182 -> 1.183.
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.port.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk
index f921f41..f359460 100644
--- a/share/mk/bsd.port.mk
+++ b/share/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}
OpenPOWER on IntegriCloud