diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2012-02-27 20:32:31 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2012-02-27 20:32:31 +0000 |
commit | b48da6b6c51aa79f78df4f6bce9e2d8d94830cd2 (patch) | |
tree | 86ad679047dfb0be7427eada515e357f5eb4c06c /sysutils/sysgather | |
parent | 44e339cc0c212b84e312e32a98d93b4ec4138f78 (diff) |
- Reassign to the heap
Requested by: roam (on ports-developers@)
Notes
Notes:
svn path=/head/; revision=292325
Diffstat (limited to 'sysutils/sysgather')
-rw-r--r-- | sysutils/sysgather/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/sysgather/Makefile b/sysutils/sysgather/Makefile index 70df08b89758..283db329b36f 100644 --- a/sysutils/sysgather/Makefile +++ b/sysutils/sysgather/Makefile @@ -11,7 +11,7 @@ CATEGORIES= sysutils MASTER_SITES= http://devel.ringlet.net/sysutils/sysgather/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/} -MAINTAINER= roam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Keep configuration files under version control BUILD_DEPENDS= ${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles |