diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-05-04 13:46:36 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-05-04 13:46:36 +0800 |
commit | ecfc154909224c0177a7acd0878f05d191f3315a (patch) | |
tree | 37bd86f60738734a4810d8639c66c63bf856ce01 /editors/calligraplan | |
parent | 372f6b1243c51911fefd979bef706d890d90a9c8 (diff) | |
download | freebsd-ports-gnome-ecfc154909224c0177a7acd0878f05d191f3315a.tar.gz freebsd-ports-gnome-ecfc154909224c0177a7acd0878f05d191f3315a.tar.zst freebsd-ports-gnome-ecfc154909224c0177a7acd0878f05d191f3315a.zip |
editors/calligraplan: Fix fetch.
Reported by: antoine
Diffstat (limited to 'editors/calligraplan')
-rw-r--r-- | editors/calligraplan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/calligraplan/Makefile b/editors/calligraplan/Makefile index 0a8da9dac4da..84c8cb21cadf 100644 --- a/editors/calligraplan/Makefile +++ b/editors/calligraplan/Makefile @@ -3,7 +3,7 @@ PORTNAME= calligraplan DISTVERSION= 3.1.0 CATEGORIES= editors kde -MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} +MASTER_SITES= KDE/stable/calligra/${PORTVERSION} DIST_SUBDIR= KDE/${PORTNAME} MAINTAINER= kde@FreeBSD.org |