diff options
author | crees <crees@FreeBSD.org> | 2011-07-14 04:14:02 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-07-14 04:14:02 +0800 |
commit | 91affeb1473c813f302fd6f6d765cfd4e7d2f11b (patch) | |
tree | bf8a5b32a9e95a074462679a0f995a415a770a1d | |
parent | 813948f7b7cedbb52425ea136936f938eb76c91b (diff) | |
download | freebsd-ports-gnome-91affeb1473c813f302fd6f6d765cfd4e7d2f11b.tar.gz freebsd-ports-gnome-91affeb1473c813f302fd6f6d765cfd4e7d2f11b.tar.zst freebsd-ports-gnome-91affeb1473c813f302fd6f6d765cfd4e7d2f11b.zip |
Over to new volunteer; mandree@
Approved by: rene (mentor, implicit)
-rw-r--r-- | sysutils/busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/busybox/Makefile b/sysutils/busybox/Makefile index 719403b74856..f5d1b2804c10 100644 --- a/sysutils/busybox/Makefile +++ b/sysutils/busybox/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.busybox.net/downloads/ \ ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR= distfiles -MAINTAINER= crees@FreeBSD.org +MAINTAINER= mandree@FreeBSD.org COMMENT= Busybox for FreeBSD BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed |