summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-03-31 15:17:42 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-03-31 15:17:42 +0000
commit0298eb88a151893c4f379bde97ab3b700b0ffa8f (patch)
treedbd1fdfd6a20bf0d8e03e32eb92531e5442ab8b0
parentUpdate to version 3.4.10 (diff)
Remove ALWAYS_KEEP_DISTFILES, it cannot find code where it was ever
used. Sponsored by: Absolight
-rw-r--r--Mk/Uses/linux.mk1
-rw-r--r--Mk/bsd.port.mk5
2 files changed, 0 insertions, 6 deletions
diff --git a/Mk/Uses/linux.mk b/Mk/Uses/linux.mk
index e7f94cb01594..c8e62d7aed86 100644
--- a/Mk/Uses/linux.mk
+++ b/Mk/Uses/linux.mk
@@ -295,7 +295,6 @@ EXTRACT_ONLY?= ${DISTFILES_${LINUX_ARCH:S/x86_64/amd64/}:C/:[^:]+$//}
.endif
.if !empty(SRC_DISTFILES) && (make(makesum) || defined(PACKAGE_BUILDING))
DISTFILES+= ${SRC_DISTFILES}
-ALWAYS_KEEP_DISTFILES= yes
.endif
# This triggers on amd64 with DEFAULT_VERSIONS+=linux=c6 (i386 Linux) and
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 3d8eeb0322be..db059874e12b 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -124,11 +124,6 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
# ${MASTER_SITE_OVERRIDE})
# EXTRACT_ONLY - If set, a subset of ${DISTFILES} you want to
# actually extract.
-# ALWAYS_KEEP_DISTFILES
-# - If set, the package building cluster will save the distfiles
-# along with the packages. This may be required to comply with
-# some licenses, e.g. GPL in some cases.
-# Default: not set.
#
# (NOTE: by convention, the MAINTAINER entry (see above) should go here.)
#