diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-01-14 14:40:44 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-01-14 14:40:44 +0000 |
commit | bef5158bb7137fce9a37aa7d2695d8839ee47eca (patch) | |
tree | 6d64dd5af22c398d1e0e0f8c6cba72ec90766925 /astro | |
parent | e2f8168f45f61b2418adf8d041d514c2ba04b14c (diff) | |
download | ports-bef5158bb7137fce9a37aa7d2695d8839ee47eca.tar.gz ports-bef5158bb7137fce9a37aa7d2695d8839ee47eca.zip |
Notes
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 |