Remove ALWAYS_KEEP_DISTFILES, it cannot find code where it was ever
used. Sponsored by: Absolight
This commit is contained in:
parent
9d0a4876d6
commit
0298eb88a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437366
2 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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.)
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue