diff options
author | asami <asami@FreeBSD.org> | 1995-10-18 04:58:08 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-18 04:58:08 +0800 |
commit | ef50f8d136c571a081d4a4b126756977d4d9315a (patch) | |
tree | 107e54dfd42f564bab1356c606a3db52441f381b /Mk | |
parent | 6ff95febff76f5cf5f316846ab3b8ba3a529dd1d (diff) | |
download | freebsd-ports-graphics-ef50f8d136c571a081d4a4b126756977d4d9315a.tar.gz freebsd-ports-graphics-ef50f8d136c571a081d4a4b126756977d4d9315a.tar.zst freebsd-ports-graphics-ef50f8d136c571a081d4a4b126756977d4d9315a.zip |
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 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index f921f4107d0..f35946010f7 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} |