summaryrefslogtreecommitdiff
path: root/emulators/aftp
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-12 04:56:17 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-12 04:56:17 +0000
commitb7f08d10c0d0a613ef1f2d4f805e1e14fd1cfc4d (patch)
tree5385aaba8d145f303a49f4d03b2ae3374f09932a /emulators/aftp
parent(1) Include ${.CURDIR}/../Makefile.inc before ${MASTERDIR}/../Makefile.inc (diff)
PORTNAME/VERSION stuff
Notes
Notes: svn path=/head/; revision=27455
Diffstat (limited to 'emulators/aftp')
-rw-r--r--emulators/aftp/Makefile6
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