diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 13:18:20 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 13:18:20 +0800 |
commit | 45a00f76fbdbf3f7cbc3b75c411b707f465fd688 (patch) | |
tree | 40d8c81ec58fb067a18d7650b553bfabdc1967f7 /sysutils | |
parent | 4892f3ee05cf9cd3524074170c2624579253d958 (diff) | |
download | freebsd-ports-gnome-45a00f76fbdbf3f7cbc3b75c411b707f465fd688.tar.gz freebsd-ports-gnome-45a00f76fbdbf3f7cbc3b75c411b707f465fd688.tar.zst freebsd-ports-gnome-45a00f76fbdbf3f7cbc3b75c411b707f465fd688.zip |
- Reassign to the heap at maintainer's request
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/linrename/Makefile | 8 | ||||
-rw-r--r-- | sysutils/nitrogen/Makefile | 8 |
2 files changed, 4 insertions, 12 deletions
diff --git a/sysutils/linrename/Makefile b/sysutils/linrename/Makefile index feaf6e0ff03c..ee7d98b8ac73 100644 --- a/sysutils/linrename/Makefile +++ b/sysutils/linrename/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: linrename -# Date created: December 13 2006 -# Whom: Jonathan Liu <Net147@hotmail.com> -# +# Created by: Jonathan Liu <Net147@hotmail.com> # $FreeBSD$ -# PORTNAME= linrename PORTVERSION= 2.12r @@ -16,7 +12,7 @@ MASTER_SITES= http://mirror.linux.org.au/pub/linux/utils/util-linux/ \ MASTER_SITE_SUBDIR= linux/utils/util-linux DISTNAME= util-linux-${PORTVERSION} -MAINTAINER= Net147@hotmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Rename multiple files using substitution PLIST_FILES= bin/linrename diff --git a/sysutils/nitrogen/Makefile b/sysutils/nitrogen/Makefile index 7a4ab004e2a5..f1ca9dcbbca7 100644 --- a/sysutils/nitrogen/Makefile +++ b/sysutils/nitrogen/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: nitrogen -# Date created: 4 July 3007 -# Whom: Jonathan Liu <Net147@hotmail.com> -# +# Created by: Jonathan Liu <Net147@hotmail.com> # $FreeBSD$ -# PORTNAME= nitrogen PORTVERSION= 1.5.1 @@ -11,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://projects.l3ib.org/nitrogen/files/ -MAINTAINER= Net147@hotmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Background browser and setter for X windows BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash |