diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 12:09:59 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 12:09:59 +0800 |
commit | 10aca6b07815452429a029314be81c2d9ae07f9c (patch) | |
tree | 537e4047a11e37816c23bc021c7b634370587a65 /misc | |
parent | 840f7b2060340f44148ea1b889f57d84ac5f3c02 (diff) | |
download | freebsd-ports-gnome-10aca6b07815452429a029314be81c2d9ae07f9c.tar.gz freebsd-ports-gnome-10aca6b07815452429a029314be81c2d9ae07f9c.tar.zst freebsd-ports-gnome-10aca6b07815452429a029314be81c2d9ae07f9c.zip |
- Reassign to the heap due to mail bounces
With hat: portmgr
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gkrellshoot/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/gkrellshoot/Makefile b/misc/gkrellshoot/Makefile index 0341b2a29511..b4e0a1ae03aa 100644 --- a/misc/gkrellshoot/Makefile +++ b/misc/gkrellshoot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gkrellshoot -# Date Created: 7 Mar 2002 -# Whom: Andrew Stuart <elitetek@tekrealm.net> -# +# Created by: Andrew Stuart <elitetek@tekrealm.net> # $FreeBSD$ -# PORTNAME= gkrellshoot PORTVERSION= 0.3.2 @@ -11,7 +7,7 @@ PORTREVISION= 9 CATEGORIES= misc MASTER_SITES= SF -MAINTAINER= elitetek@tekrealm.net +MAINTAINER= ports@FreeBSD.org COMMENT= A screen locking and screen capture plugin for GKrellM BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm |