diff options
-rw-r--r-- | devel/jrtplib/Makefile | 8 | ||||
-rw-r--r-- | ftp/bbftp/Makefile | 8 | ||||
-rw-r--r-- | x11/xcalib/Makefile | 8 |
3 files changed, 6 insertions, 18 deletions
diff --git a/devel/jrtplib/Makefile b/devel/jrtplib/Makefile index 1ab18212a0d3..660b1bd3d021 100644 --- a/devel/jrtplib/Makefile +++ b/devel/jrtplib/Makefile @@ -1,16 +1,12 @@ -# New ports collection makefile for: jrtplib -# Date created: 4 March 2003 -# Whom: Petr Holub <hopet@ics.muni.cz> -# +# Created by: Petr Holub <hopet@ics.muni.cz> # $FreeBSD$ -# PORTNAME= jrtplib PORTVERSION= 3.7.1 CATEGORIES= devel MASTER_SITES= http://research.edm.uhasselt.be/jori/jrtplib/ -MAINTAINER= hopet@ics.muni.cz +MAINTAINER= ports@FreeBSD.org COMMENT= Object-oriented RTP library written in C++ USE_AUTOTOOLS= libtool diff --git a/ftp/bbftp/Makefile b/ftp/bbftp/Makefile index 7650d9ecb1dd..6fe9908a8aca 100644 --- a/ftp/bbftp/Makefile +++ b/ftp/bbftp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bbftp -# Date created: 6 June 2006 -# Whom: Petr Holub <hopet@ics.muni.cz> -# +# Created by: Petr Holub <hopet@ics.muni.cz> # $FreeBSD$ -# PORTNAME= bbftp PORTVERSION= 3.0.2 @@ -11,7 +7,7 @@ CATEGORIES= ftp MASTER_SITES= http://doc.in2p3.fr/bbftp/dist/ \ http://ftp.riken.go.jp/pub/net/bbftp/ -MAINTAINER= hopet@ics.muni.cz +MAINTAINER= ports@FreeBSD.org COMMENT= Multiple stream file transfer protocol optimized for large files USE_GMAKE= yes 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} |