diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-12-03 20:48:34 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-12-03 20:48:34 +0000 |
commit | 9f04973a02e5d2b2b816e406dbc93ab6ab53fb58 (patch) | |
tree | fbc85c1eeba563774da74e5a64611f669162a23d /sysutils/busybox | |
parent | 4d4f99c444e18456dfcd1d932019eac66c11f0e8 (diff) | |
download | ports-9f04973a02e5d2b2b816e406dbc93ab6ab53fb58.tar.gz ports-9f04973a02e5d2b2b816e406dbc93ab6ab53fb58.zip |
Notes
Diffstat (limited to 'sysutils/busybox')
-rw-r--r-- | sysutils/busybox/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/busybox/Makefile b/sysutils/busybox/Makefile index b1d8918bc800..8fcb74c6b736 100644 --- a/sysutils/busybox/Makefile +++ b/sysutils/busybox/Makefile @@ -2,8 +2,6 @@ # Date created: Aug.18, 2008 # Whom: luigi@FreeBSD.org # -# Maintainers: Luigi Rizzo <luigi@FreeBSD.org> -# # $FreeBSD$ # @@ -13,7 +11,7 @@ CATEGORIES= sysutils misc shells MASTER_SITES= http://www.busybox.net/downloads/ \ http://distfiles.gentoo.org/distfiles/ -MAINTAINER= luigi@FreeBSD.org +MAINTAINER= utisoft@gmail.com COMMENT= Busybox for FreeBSD USE_BZIP2= yes |