diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-08-20 12:26:05 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-08-20 12:26:05 +0000 |
commit | 7f646206eb88dbfd6b8f31a97f0d9a52f5854c16 (patch) | |
tree | b4595ed6c7694d4dab5f4c6a53216e6df27f0bb5 /editors | |
parent | bec29de4b7d2de3001f7aa0052196fcf8628bf2c (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')
-rw-r--r-- | editors/calligra/Makefile | 2 | ||||
-rw-r--r-- | editors/koffice-kde3/Makefile | 2 | ||||
-rw-r--r-- | editors/koffice-kde4/Makefile | 2 | ||||
-rw-r--r-- | editors/koffice/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 90286b608840..215db94dfe96 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 diff --git a/editors/koffice-kde3/Makefile b/editors/koffice-kde3/Makefile index 90286b608840..215db94dfe96 100644 --- a/editors/koffice-kde3/Makefile +++ b/editors/koffice-kde3/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 diff --git a/editors/koffice-kde4/Makefile b/editors/koffice-kde4/Makefile index 90286b608840..215db94dfe96 100644 --- a/editors/koffice-kde4/Makefile +++ b/editors/koffice-kde4/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 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 |