diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-13 20:01:08 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-13 20:01:08 +0000 |
commit | 28849e36e90815aed6c95e0187cc1b0bac0906f3 (patch) | |
tree | 618ad4af1b7aa492c70b0b12e4151ef6c5087bb4 /mail/asmail | |
parent | Fix up PORTNAME/PORTVERSION. (diff) |
Update to use PORTNAME/PORTVERSION
Notes
Notes:
svn path=/head/; revision=27500
Diffstat (limited to 'mail/asmail')
-rw-r--r-- | mail/asmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/asmail/Makefile b/mail/asmail/Makefile index 3a6fb599ba54..914458d7e596 100644 --- a/mail/asmail/Makefile +++ b/mail/asmail/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: asmail -# Version required: 0.54 # Date created: 15 August 1997 # Whom: brett@peloton.physics.montana.edu # # $FreeBSD$ # -DISTNAME= asmail-0.54 +PORTNAME= asmail +PORTVERSION= 0.53 CATEGORIES= mail afterstep MASTER_SITES= http://www.tigr.net/afterstep/as-apps/download/asmail/ \ ftp://ftp.afterstep.org/apps/asmail/ |