diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-10-11 22:56:56 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-10-11 22:56:56 +0000 |
commit | 98dbfe9093cd7018386075ad4479cfb3c99a32d4 (patch) | |
tree | c3a2c03742630f5e1e5d65122ab3a1a79a5cc3d6 /ftp/kbear/Makefile | |
parent | new Linux/i386 binary port of the Phoenix browser (diff) |
Committed, with a couple of pkg-plist changes. Thanks, d00d3!
PR: 43939
Submitted by: Tilman Linneweh <tilman@arved.de>
Notes
Notes:
svn path=/head/; revision=67827
Diffstat (limited to 'ftp/kbear/Makefile')
-rw-r--r-- | ftp/kbear/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/kbear/Makefile b/ftp/kbear/Makefile index 518765cf8ddc..791e67a35eab 100644 --- a/ftp/kbear/Makefile +++ b/ftp/kbear/Makefile @@ -5,11 +5,11 @@ # $FreeBSD$ PORTNAME= kbear -PORTVERSION= 2.0.b.2 +PORTVERSION= 2.0 CATEGORIES= ftp kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-2.0beta2.src +DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= freebsdports@arved.de |