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/gbuffy | |
parent | Fix up PORTNAME/PORTVERSION. (diff) |
Update to use PORTNAME/PORTVERSION
Notes
Notes:
svn path=/head/; revision=27500
Diffstat (limited to 'mail/gbuffy')
-rw-r--r-- | mail/gbuffy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/gbuffy/Makefile b/mail/gbuffy/Makefile index b1c543f9b570..e6bba9e99d91 100644 --- a/mail/gbuffy/Makefile +++ b/mail/gbuffy/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gbuffy -# Version required: 0.2.1 # Date created: 2 October 1999 # Whom: kaj@Raditex.se # # $FreeBSD$ # -DISTNAME= gbuffy-0.2.2 +PORTNAME= gbuffy +PORTVERSION= 0.2.2 CATEGORIES= mail gnome MASTER_SITES= http://www.fiction.net/blong/programs/gbuffy/ |