aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2017-03-31 23:17:42 +0800
committermat <mat@FreeBSD.org>2017-03-31 23:17:42 +0800
commitca345684b90a49e45497094d407d098f7ce1b774 (patch)
treedbd1fdfd6a20bf0d8e03e32eb92531e5442ab8b0 /Mk
parent758d08fe381a3345cf791e350873c968a5e835a6 (diff)
downloadfreebsd-ports-gnome-ca345684b90a49e45497094d407d098f7ce1b774.tar.gz
freebsd-ports-gnome-ca345684b90a49e45497094d407d098f7ce1b774.tar.zst
freebsd-ports-gnome-ca345684b90a49e45497094d407d098f7ce1b774.zip
Remove ALWAYS_KEEP_DISTFILES, it cannot find code where it was ever
used. Sponsored by: Absolight
Diffstat (limited to 'Mk')
-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.)
#