diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-17 16:32:41 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-17 16:32:41 +0000 |
commit | bff8efbc1b9705ec60089ea93373c219752c7c03 (patch) | |
tree | 0a1c288f21a8111a558fdcfc8a5f1350ad9f95dd /sysutils | |
parent | 41e60477bdfd199f4fa53ac14af9a86349cff50b (diff) | |
download | ports-bff8efbc1b9705ec60089ea93373c219752c7c03.tar.gz ports-bff8efbc1b9705ec60089ea93373c219752c7c03.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lxsplit/Makefile | 2 | ||||
-rw-r--r-- | sysutils/monkeytail/Makefile | 8 | ||||
-rw-r--r-- | sysutils/pciutils/Makefile | 8 | ||||
-rw-r--r-- | sysutils/safe-rm/Makefile | 8 |
4 files changed, 7 insertions, 19 deletions
diff --git a/sysutils/lxsplit/Makefile b/sysutils/lxsplit/Makefile index a67057fa9288..b99c44bd8ccb 100644 --- a/sysutils/lxsplit/Makefile +++ b/sysutils/lxsplit/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simple program to split or join files LICENSE= GPLv2 diff --git a/sysutils/monkeytail/Makefile b/sysutils/monkeytail/Makefile index 50afac19ee07..5305b3e18564 100644 --- a/sysutils/monkeytail/Makefile +++ b/sysutils/monkeytail/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: monkeytail -# Date created: 2008-09-13 -# Whom: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> -# +# Created by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> # $FreeBSD$ -# PORTNAME= monkeytail PORTVERSION= 0.3.2 @@ -12,7 +8,7 @@ CATEGORIES= sysutils MASTER_SITES= http://git.dollyfish.net.nz/releases/${MASTER_SITE_SUBDIR}/ MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A multi-file tail on both local and remote hosts RUN_DEPENDS= p5-Config-General>=0:${PORTSDIR}/devel/p5-Config-General \ diff --git a/sysutils/pciutils/Makefile b/sysutils/pciutils/Makefile index 6cba8b2e1717..0d5f0e55b741 100644 --- a/sysutils/pciutils/Makefile +++ b/sysutils/pciutils/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pciutils -# Date created: June 12, 2003 -# Whom: Samy Al Bahra <samy@kerneled.org> -# +# Created by: Samy Al Bahra <samy@kerneled.org> # $FreeBSD$ -# PORTNAME= pciutils PORTVERSION= 3.1.9 @@ -13,7 +9,7 @@ MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \ ftp://metalab.unc.edu/pub/Linux/hardware/ MASTER_SITE_SUBDIR= software/utils/pciutils -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= PCI configuration utilities USE_GMAKE= yes diff --git a/sysutils/safe-rm/Makefile b/sysutils/safe-rm/Makefile index ba0d77ff24a6..a808a14e72a1 100644 --- a/sysutils/safe-rm/Makefile +++ b/sysutils/safe-rm/Makefile @@ -1,16 +1,12 @@ -# New ports collection makefile for: safe-rm -# Date created: 2008-09-13 -# Whom: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> -# +# Created by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> # $FreeBSD$ -# PORTNAME= safe-rm PORTVERSION= 0.3 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -MAINTAINER= yzlin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Wrapper around the rm command to prevent accidental deletions USE_PERL5_RUN= yes |