diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-12 04:56:17 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-12 04:56:17 +0000 |
commit | b7f08d10c0d0a613ef1f2d4f805e1e14fd1cfc4d (patch) | |
tree | 5385aaba8d145f303a49f4d03b2ae3374f09932a /emulators/aftp | |
parent | 5e49915a14d6e0074778dbb432dd40bbd9120b02 (diff) | |
download | ports-b7f08d10c0d0a613ef1f2d4f805e1e14fd1cfc4d.tar.gz ports-b7f08d10c0d0a613ef1f2d4f805e1e14fd1cfc4d.zip |
Notes
Diffstat (limited to 'emulators/aftp')
-rw-r--r-- | emulators/aftp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/aftp/Makefile b/emulators/aftp/Makefile index 180f8e69455f..76b601a02975 100644 --- a/emulators/aftp/Makefile +++ b/emulators/aftp/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: aftp -# Version required: 1.0 # Date created: 18th Febuary 1997 # Last updated: 2nd August, 1998 # Whom: Joel Sutton <jsutton@bbcon.com.au> @@ -7,10 +6,11 @@ # $FreeBSD$ # -DISTNAME= aftp -PKGNAME= aftp-1.0 +PORTNAME= aftp +PORTVERSION= 1.0 CATEGORIES= emulators MASTER_SITES= ftp://ftp.apple.asimov.net/pub/apple_II/utility/ +DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= jsutton@bbcon.com.au |