diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 13:32:27 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 13:32:27 +0800 |
commit | 929c146e97d0988aa611c71a5dcc36cea164388e (patch) | |
tree | 4a84a5cff42c74724f07d285d53cf3407a074e33 /x11/xcalib | |
parent | 45a00f76fbdbf3f7cbc3b75c411b707f465fd688 (diff) | |
download | freebsd-ports-gnome-929c146e97d0988aa611c71a5dcc36cea164388e.tar.gz freebsd-ports-gnome-929c146e97d0988aa611c71a5dcc36cea164388e.tar.zst freebsd-ports-gnome-929c146e97d0988aa611c71a5dcc36cea164388e.zip |
- Reassign to the heap at the maintainer's request
Diffstat (limited to 'x11/xcalib')
-rw-r--r-- | x11/xcalib/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/xcalib/Makefile b/x11/xcalib/Makefile index 164dfcd50b39..427c25fd12bb 100644 --- a/x11/xcalib/Makefile +++ b/x11/xcalib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xcalib -# Date created: 5 April 2005 -# Whom: Petr Holub <hopet@ics.muni.cz> -# +# Created by: Petr Holub <hopet@ics.muni.cz> # $FreeBSD$ -# PORTNAME= xcalib PORTVERSION= 0.8 @@ -11,7 +7,7 @@ CATEGORIES= x11 graphics MASTER_SITES= SF DISTNAME= ${PORTNAME}-source-${PORTVERSION} -MAINTAINER= hopet@ics.muni.cz +MAINTAINER= ports@FreeBSD.org COMMENT= A program for display calibration of X11-Servers with ICC profiles WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |