diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 05:32:27 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 05:32:27 +0000 |
commit | 89b467278cb40e1fe69381f80680f979b35b8a75 (patch) | |
tree | 4a84a5cff42c74724f07d285d53cf3407a074e33 /x11 | |
parent | eaf0a54ff3f0b05e8f2a2db9c938e0aff5617964 (diff) |
Notes
Diffstat (limited to 'x11')
-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} |