aboutsummaryrefslogtreecommitdiffstats
path: root/editors/calligra
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2001-08-20 20:26:05 +0800
committerolgeni <olgeni@FreeBSD.org>2001-08-20 20:26:05 +0800
commitb36f117c50b872d25f37f733b88719eae659d61f (patch)
tree6aa600ab40c2f4054e9a9c053ba01def4ddabe38 /editors/calligra
parentda9393e6121eac473986cde60792684e32799544 (diff)
downloadfreebsd-ports-graphics-b36f117c50b872d25f37f733b88719eae659d61f.tar.gz
freebsd-ports-graphics-b36f117c50b872d25f37f733b88719eae659d61f.tar.zst
freebsd-ports-graphics-b36f117c50b872d25f37f733b88719eae659d61f.zip
Fix MASTER_SITE_SUBDIR. It needs the same replacement as DISTNAME: .rc1 -> -rc1.
(breakage from 1.24)
Diffstat (limited to 'editors/calligra')
-rw-r--r--editors/calligra/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile
index 90286b60884..215db94dfe9 100644
--- a/editors/calligra/Makefile
+++ b/editors/calligra/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