diff options
author | culot <culot@FreeBSD.org> | 2011-03-13 19:56:26 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-03-13 19:56:26 +0800 |
commit | 4a042dce96cbf2d8e1a605f6d00c551da5fc8bd7 (patch) | |
tree | 391517b7531d9736196778ce599048d4ae92a8f8 /sysutils/busybox | |
parent | cc42d97a1f83979059818033af6d7d8c7746a4e8 (diff) | |
download | freebsd-ports-gnome-4a042dce96cbf2d8e1a605f6d00c551da5fc8bd7.tar.gz freebsd-ports-gnome-4a042dce96cbf2d8e1a605f6d00c551da5fc8bd7.tar.zst freebsd-ports-gnome-4a042dce96cbf2d8e1a605f6d00c551da5fc8bd7.zip |
- Make use of MASTER_SITE_GENTOO macro
Suggested by: az@
Approved by: Chris Rees <utisoft AT gmail.com> (maintainer, via email)
Diffstat (limited to 'sysutils/busybox')
-rw-r--r-- | sysutils/busybox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/busybox/Makefile b/sysutils/busybox/Makefile index 9cf240a404e5..5f384c34af14 100644 --- a/sysutils/busybox/Makefile +++ b/sysutils/busybox/Makefile @@ -9,7 +9,8 @@ PORTNAME= busybox PORTVERSION= 1.18.4 CATEGORIES= sysutils misc shells MASTER_SITES= http://www.busybox.net/downloads/ \ - http://distfiles.gentoo.org/distfiles/ + ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles MAINTAINER= utisoft@gmail.com COMMENT= Busybox for FreeBSD |