From 0298eb88a151893c4f379bde97ab3b700b0ffa8f Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 31 Mar 2017 15:17:42 +0000 Subject: Remove ALWAYS_KEEP_DISTFILES, it cannot find code where it was ever used. Sponsored by: Absolight --- Mk/Uses/linux.mk | 1 - Mk/bsd.port.mk | 5 ----- 2 files changed, 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.) # -- cgit v1.2.3