diff options
-rw-r--r-- | archivers/mtf/Makefile | 2 | ||||
-rw-r--r-- | audio/fcplay/Makefile | 2 | ||||
-rw-r--r-- | audio/maplay/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/archivers/mtf/Makefile b/archivers/mtf/Makefile index bb785b9ea7d0..b2a912c6d1c7 100644 --- a/archivers/mtf/Makefile +++ b/archivers/mtf/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/backup EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= A Unix reader for the Microsoft Tape Format used by NT Backup ALL_TARGET= # empty diff --git a/audio/fcplay/Makefile b/audio/fcplay/Makefile index 1eb25be26fb2..93a16af12b0d 100644 --- a/audio/fcplay/Makefile +++ b/audio/fcplay/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.nuug.no/pub/anders/distfiles/ \ http://atreides.freenix.no/~anders/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= Future Composer Reference Player BUILD_DEPENDS= ${LOCALBASE}/include/sidplay/compconf.h:${PORTSDIR}/audio/libsidplay diff --git a/audio/maplay/Makefile b/audio/maplay/Makefile index 4bfba893045d..3c86f04251c3 100644 --- a/audio/maplay/Makefile +++ b/audio/maplay/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.tnt.uni-hannover.de/pub/MPEG/audio/other-servers/Maplay- DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/} EXTRACT_SUFX= .tar.Z -MAINTAINER= ports@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= MPEG audio player/decoder decoding layer I and II MPEG audio streams NO_WRKSUBDIR= yes |