diff options
author | Doug Barton <dougb@FreeBSD.org> | 2000-10-29 06:31:38 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2000-10-29 06:31:38 +0000 |
commit | 8fe0e8d936f9fc116531d71465594409b304273e (patch) | |
tree | 7580838a71c0f239d8eb8d95fc46d4f97b42a7b3 /emulators | |
parent | 91cbc6e660bbde5209c1ec5cd825fcaabb9afdac (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/aftp/Makefile | 2 | ||||
-rw-r--r-- | emulators/atari800/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/aftp/Makefile b/emulators/aftp/Makefile index 76b601a02975..aaaa52776e47 100644 --- a/emulators/aftp/Makefile +++ b/emulators/aftp/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.apple.asimov.net/pub/apple_II/utility/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tgz -MAINTAINER= jsutton@bbcon.com.au +MAINTAINER= ports@freebsd.org MAN1= aftp.1 diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index 2644ff9e2d15..de9835fa3f01 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.signus.demon.co.uk/Software/Portable/Atari800e/ \ DISTNAME= Atari800-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${EXTRA_FILES} -MAINTAINER= jsutton@bbcon.com.au +MAINTAINER= ports@freebsd.org BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip |