summaryrefslogtreecommitdiffstats
path: root/editors/koffice
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-08-17 18:49:02 +0000
committerwill <will@FreeBSD.org>2001-08-17 18:49:02 +0000
commit911107764930017b94961e12562446717a908920 (patch)
tree8410051dc348a05480241e9dbd9b04c437c6a57a /editors/koffice
parentaa7d1d0df3dca6194e06283d2c9c8855a778f1c6 (diff)
downloadFreeBSD-ports-911107764930017b94961e12562446717a908920.zip
FreeBSD-ports-911107764930017b94961e12562446717a908920.tar.gz
I forgot to get rid of the illegal hyphen in PORTVERSION. This is
probably the most egregious violation of the Porter's Handbook I've ever made. *grin* Technically, it's still illegal, but at least pkg_version recognizes this string as less than whatever KDE might use in the future... Submitted by: knu
Diffstat (limited to 'editors/koffice')
-rw-r--r--editors/koffice/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/koffice/Makefile b/editors/koffice/Makefile
index 0abf23b..2a21731 100644
--- a/editors/koffice/Makefile
+++ b/editors/koffice/Makefile
@@ -6,11 +6,12 @@
#
PORTNAME= koffice
-PORTVERSION= 1.1-rc1
+PORTVERSION= 1.1.rc1
PORTEPOCH= 1
CATEGORIES= editors kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= unstable/koffice-${PORTVERSION}/src
+DISTNAME= ${PORTNAME}-${PORTVERSION:S/.rc1/-rc1/}
MAINTAINER= will@FreeBSD.org
OpenPOWER on IntegriCloud