diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-12-29 04:36:59 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-12-29 04:36:59 +0000 |
commit | a2a49934f84a5c47e59cc263fdc29f6064c648ef (patch) | |
tree | 3eed1465f2fbde952f33e125aa86f7ef5171f2e9 /comms | |
parent | 01dc766959aac3490d925034e0d33b160a33872d (diff) | |
download | ports-a2a49934f84a5c47e59cc263fdc29f6064c648ef.tar.gz ports-a2a49934f84a5c47e59cc263fdc29f6064c648ef.zip |
- Reassign to the heap at maintainer's request
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=309602
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ghfaxviewer/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/comms/ghfaxviewer/Makefile b/comms/ghfaxviewer/Makefile index 3b1d56a91334..8689b500ea72 100644 --- a/comms/ghfaxviewer/Makefile +++ b/comms/ghfaxviewer/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ghfaxviewer -# Date created: Fri Apr 20 13:08:00 MET DST 2001 -# Whom: Dominik Brettnacher <domi@saargate.de> -# +# Created by: Dominik Brettnacher <domi@saargate.de> # $FreeBSD$ -# PORTNAME= ghfaxviewer PORTVERSION= 0.22.0 @@ -12,7 +8,7 @@ CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= halifax -MAINTAINER= domi@nonsensss.de +MAINTAINER= ports@FreeBSD.org COMMENT= GNOME compliant fax viewer capable of displaying TIFF G3 faxes LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff |