diff options
author | thierry <thierry@FreeBSD.org> | 2014-03-19 06:19:01 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2014-03-19 06:19:01 +0800 |
commit | e1d38ccc8017f1b46e3e10f8573a7852e7e8a63b (patch) | |
tree | 1a2e5a1e7c901c42a6950249affca01977113a45 /Mk | |
parent | 783d4491d60fef527fc164e719809538de463fae (diff) | |
download | freebsd-ports-gnome-e1d38ccc8017f1b46e3e10f8573a7852e7e8a63b.tar.gz freebsd-ports-gnome-e1d38ccc8017f1b46e3e10f8573a7852e7e8a63b.tar.zst freebsd-ports-gnome-e1d38ccc8017f1b46e3e10f8573a7852e7e8a63b.zip |
Let the linux rpm ports use grouping rules, e.g. to download the
binaries and the sources from differents MASTER_SITES.
PR: ports/186702
Approved by: netchild
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.linux-rpm.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.linux-rpm.mk b/Mk/bsd.linux-rpm.mk index 423ee81eede0..ddb98b1396bd 100644 --- a/Mk/bsd.linux-rpm.mk +++ b/Mk/bsd.linux-rpm.mk @@ -95,7 +95,7 @@ PKGNAMEPREFIX?= linux- # is not true. DISTFILES?= ${DISTNAME}${EXTRACT_SUFX} -BIN_DISTFILES:= ${DISTFILES} +BIN_DISTFILES:= ${_DISTFILES} SRC_DISTFILES?= ${DISTNAME}${SRC_SUFX} EXTRACT_ONLY?= ${BIN_DISTFILES} |