diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-04-27 07:34:19 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-04-27 07:34:19 +0000 |
commit | 2ca41f7ea79c0bd5ab24e299d7a4e8fe3a85c103 (patch) | |
tree | e882e9acda998f00e9d9e7cca8312ff7b9b22141 /sysutils/moreutils | |
parent | 18f18c3807cc4f88e6ffa448eacd61ceff92c3a9 (diff) | |
download | ports-2ca41f7ea79c0bd5ab24e299d7a4e8fe3a85c103.tar.gz ports-2ca41f7ea79c0bd5ab24e299d7a4e8fe3a85c103.zip |
Notes
Diffstat (limited to 'sysutils/moreutils')
-rw-r--r-- | sysutils/moreutils/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/moreutils/Makefile b/sysutils/moreutils/Makefile index a92be2dbc882..242624983b3e 100644 --- a/sysutils/moreutils/Makefile +++ b/sysutils/moreutils/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # Ports collection makefile for: moreutils # Date created: 16 June 2009 # Whom: Charlie Kester <corky1951@comcast.net> @@ -12,7 +11,7 @@ CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Additional Unix utilities RUN_DEPENDS= ${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run |