summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2011-03-13 11:56:26 +0000
committerFrederic Culot <culot@FreeBSD.org>2011-03-13 11:56:26 +0000
commitdd856a33dff52e192c27d0149c5aa35b77c5ded3 (patch)
treeaa9a043232c4ef327486f521b31ebaba981912f9 /sysutils
parentMake hidden dependency on GnuTLS explicit (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')
-rw-r--r--sysutils/busybox/Makefile3
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