diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-13 19:19:05 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-13 19:19:05 +0000 |
commit | fe5426321afa29e8e557931a88fc18b5028ba6f8 (patch) | |
tree | e6d2be6ded13e95e962877648d4188b2b5aaffcf /palm/gnomepilot-conduits2/Makefile | |
parent | ace86ed3bb577fdc21baa273aed749b14cf37e11 (diff) |
Update to use PORTNAME/PORTVERSION
Notes
Notes:
svn path=/head/; revision=27497
Diffstat (limited to 'palm/gnomepilot-conduits2/Makefile')
-rw-r--r-- | palm/gnomepilot-conduits2/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/palm/gnomepilot-conduits2/Makefile b/palm/gnomepilot-conduits2/Makefile index 160f0d2b972f..b587cd7f09c5 100644 --- a/palm/gnomepilot-conduits2/Makefile +++ b/palm/gnomepilot-conduits2/Makefile @@ -1,14 +1,15 @@ # New ports collection makefile for: gnomepilot-conduits -# Version required: 0.2 # Date created: 16th March 2000 # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ +# -DISTNAME= gnome-pilot-conduits-0.2 -PKGNAME= gnomepilot-conduits-0.2 +PORTNAME= gnomepilot-conduits +PORTVERSION= 0.2 CATEGORIES= palm comms gnome MASTER_SITES= http://www.gnome.org/gnome-pilot/download/ +DISTNAME= gnome-pilot-conduits-${PORTVERSION} MAINTAINER= ade@FreeBSD.org |