diff options
author | danfe <danfe@FreeBSD.org> | 2015-01-14 22:40:44 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2015-01-14 22:40:44 +0800 |
commit | 22a9af3d23c21b6739088fd8a52a3aece7d4c10a (patch) | |
tree | 6d64dd5af22c398d1e0e0f8c6cba72ec90766925 /astro | |
parent | 7a68bd3221c6e142538231ed0c2d401f457e5b6b (diff) | |
download | freebsd-ports-gnome-22a9af3d23c21b6739088fd8a52a3aece7d4c10a.tar.gz freebsd-ports-gnome-22a9af3d23c21b6739088fd8a52a3aece7d4c10a.tar.zst freebsd-ports-gnome-22a9af3d23c21b6739088fd8a52a3aece7d4c10a.zip |
Unbreak fetching of those textures.
Submitted by: Rainer Hurling
Pointyhat to: danfe
Diffstat (limited to 'astro')
-rw-r--r-- | astro/stellarium-qt4/Makefile | 2 | ||||
-rw-r--r-- | astro/stellarium/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/astro/stellarium-qt4/Makefile b/astro/stellarium-qt4/Makefile index b107ce181d22..5fed1b245802 100644 --- a/astro/stellarium-qt4/Makefile +++ b/astro/stellarium-qt4/Makefile @@ -46,7 +46,7 @@ PLIST_SUB+= MORE_STARS="@comment " .endif .if ${PORT_OPTIONS:MTEXTURES} -MASTER_SITES+= SF/${PORTNAME}/textures:gfx +MASTER_SITES+= SF/${PORTNAME}/Extra-data-files/textures:gfx DISTFILES+= textures-1K.zip:gfx PLIST_SUB+= TEXTURES="" .else diff --git a/astro/stellarium/Makefile b/astro/stellarium/Makefile index b423be291c44..83e42e960bb9 100644 --- a/astro/stellarium/Makefile +++ b/astro/stellarium/Makefile @@ -41,7 +41,7 @@ PLIST_SUB+= MORE_STARS="@comment " .endif .if ${PORT_OPTIONS:MTEXTURES} -MASTER_SITES+= SF/${PORTNAME}/textures:gfx +MASTER_SITES+= SF/${PORTNAME}/Extra-data-files/textures:gfx DISTFILES+= textures-1K.zip:gfx .endif |