summaryrefslogtreecommitdiff
path: root/editors/koffice
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2001-08-20 12:26:05 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2001-08-20 12:26:05 +0000
commit7f646206eb88dbfd6b8f31a97f0d9a52f5854c16 (patch)
treeb4595ed6c7694d4dab5f4c6a53216e6df27f0bb5 /editors/koffice
parentBump PORTVERSION. This was forgotten somehow in the last update. (diff)
Fix MASTER_SITE_SUBDIR. It needs the same replacement as DISTNAME: .rc1 -> -rc1.
(breakage from 1.24)
Notes
Notes: svn path=/head/; revision=46532
Diffstat (limited to 'editors/koffice')
-rw-r--r--editors/koffice/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/koffice/Makefile b/editors/koffice/Makefile
index 90286b608840..215db94dfe96 100644
--- a/editors/koffice/Makefile
+++ b/editors/koffice/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 1.1.rc1
PORTEPOCH= 1
CATEGORIES= editors kde
MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= unstable/koffice-${PORTVERSION}/src
+MASTER_SITE_SUBDIR= unstable/koffice-${PORTVERSION:S/.rc1/-rc1/}/src
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.rc1/-rc1/}
MAINTAINER= will@FreeBSD.org