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/nitrogen | |
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/nitrogen')
-rw-r--r-- | sysutils/nitrogen/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
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 |