From 911107764930017b94961e12562446717a908920 Mon Sep 17 00:00:00 2001 From: will Date: Fri, 17 Aug 2001 18:49:02 +0000 Subject: 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 --- editors/calligra/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'editors/calligra') diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 0abf23ba83f3..2a217312f414 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/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 -- cgit