diff options
author | will <will@FreeBSD.org> | 2001-08-18 02:49:02 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-08-18 02:49:02 +0800 |
commit | 911107764930017b94961e12562446717a908920 (patch) | |
tree | 8410051dc348a05480241e9dbd9b04c437c6a57a /editors | |
parent | aa7d1d0df3dca6194e06283d2c9c8855a778f1c6 (diff) | |
download | freebsd-ports-gnome-911107764930017b94961e12562446717a908920.tar.gz freebsd-ports-gnome-911107764930017b94961e12562446717a908920.tar.zst freebsd-ports-gnome-911107764930017b94961e12562446717a908920.zip |
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')
-rw-r--r-- | editors/calligra/Makefile | 3 | ||||
-rw-r--r-- | editors/koffice-kde3/Makefile | 3 | ||||
-rw-r--r-- | editors/koffice-kde4/Makefile | 3 | ||||
-rw-r--r-- | editors/koffice/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
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 diff --git a/editors/koffice-kde3/Makefile b/editors/koffice-kde3/Makefile index 0abf23ba83f3..2a217312f414 100644 --- a/editors/koffice-kde3/Makefile +++ b/editors/koffice-kde3/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 diff --git a/editors/koffice-kde4/Makefile b/editors/koffice-kde4/Makefile index 0abf23ba83f3..2a217312f414 100644 --- a/editors/koffice-kde4/Makefile +++ b/editors/koffice-kde4/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 diff --git a/editors/koffice/Makefile b/editors/koffice/Makefile index 0abf23ba83f3..2a217312f414 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 |