diff options
author | Frederic Culot <culot@FreeBSD.org> | 2011-03-13 11:56:26 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2011-03-13 11:56:26 +0000 |
commit | dd856a33dff52e192c27d0149c5aa35b77c5ded3 (patch) | |
tree | aa9a043232c4ef327486f521b31ebaba981912f9 /sysutils/busybox | |
parent | 240466f0f3d5963b7a6355ef6e5dbbe77e6420e3 (diff) |
- Make use of MASTER_SITE_GENTOO macro
Suggested by: az@
Approved by: Chris Rees <utisoft AT gmail.com> (maintainer, via email)
Notes
Notes:
svn path=/head/; revision=270784
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 |