diff options
author | will <will@FreeBSD.org> | 2001-08-16 05:20:53 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-08-16 05:20:53 +0800 |
commit | bc9eb5e987b105715e555246c7124a5071960113 (patch) | |
tree | 6fbab52d51eade25a2c4a3487f1a3e4d135dc9f8 | |
parent | c60c8ff9da2a860290938237ef6fae835264e834 (diff) | |
download | freebsd-ports-graphics-bc9eb5e987b105715e555246c7124a5071960113.tar.gz freebsd-ports-graphics-bc9eb5e987b105715e555246c7124a5071960113.tar.zst freebsd-ports-graphics-bc9eb5e987b105715e555246c7124a5071960113.zip |
Oops, fix KOffice 1.1rc1 pointer too. :\
Submitted by: scottl
-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 96e80db0325..0abf23ba83f 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= stable/${PORTVERSION}/src +MASTER_SITE_SUBDIR= unstable/koffice-${PORTVERSION}/src MAINTAINER= will@FreeBSD.org diff --git a/editors/koffice-kde3/Makefile b/editors/koffice-kde3/Makefile index 96e80db0325..0abf23ba83f 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= stable/${PORTVERSION}/src +MASTER_SITE_SUBDIR= unstable/koffice-${PORTVERSION}/src MAINTAINER= will@FreeBSD.org diff --git a/editors/koffice-kde4/Makefile b/editors/koffice-kde4/Makefile index 96e80db0325..0abf23ba83f 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= stable/${PORTVERSION}/src +MASTER_SITE_SUBDIR= unstable/koffice-${PORTVERSION}/src MAINTAINER= will@FreeBSD.org diff --git a/editors/koffice/Makefile b/editors/koffice/Makefile index 96e80db0325..0abf23ba83f 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= stable/${PORTVERSION}/src +MASTER_SITE_SUBDIR= unstable/koffice-${PORTVERSION}/src MAINTAINER= will@FreeBSD.org |