diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
commit | 59df8af48ea44d533d5de8118602cc174bda92da (patch) | |
tree | 099d3028bb9a8d6c138c5cf52f3b004582a91035 /comms/gnokii | |
parent | 3da86c6aa2b3345aabb564415cd86b5e3872ca1a (diff) |
update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27419
Diffstat (limited to 'comms/gnokii')
-rw-r--r-- | comms/gnokii/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index 8719d567335f..74a0a59bada5 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: gnokii -# Version required: 0.2.3 # Date created: 15 March 1999 # Whom: staffanu # # $FreeBSD$ # -DISTNAME= gnokii-0.2.3 +PORTNAME= gnokii +PORTVERSION= 0.2.3 CATEGORIES= comms -MASTER_SITES= ftp://multivac.fatburen.org/pub/gnokii/ \ +MASTER_SITES= ftp://multivac.fatburen.org/pub/gnokii/ \ ftp://multivac.fatburen.org/pub/gnokii/old/ -MAINTAINER= staffanu@nada.kth.se +MAINTAINER= staffanu@nada.kth.se USE_GMAKE= yes |