summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.)
#