aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorskreuzer <skreuzer@FreeBSD.org>2010-09-28 23:17:16 +0800
committerskreuzer <skreuzer@FreeBSD.org>2010-09-28 23:17:16 +0800
commit65ad8c5459ef8d031661f0d2b618bdfa8d1adcd6 (patch)
tree88b6e277377070aab35964a6e4894307dd3f7a03 /multimedia
parentf20b60840b7dfc7c8704684777420d7999221cc5 (diff)
downloadfreebsd-ports-gnome-65ad8c5459ef8d031661f0d2b618bdfa8d1adcd6.tar.gz
freebsd-ports-gnome-65ad8c5459ef8d031661f0d2b618bdfa8d1adcd6.tar.zst
freebsd-ports-gnome-65ad8c5459ef8d031661f0d2b618bdfa8d1adcd6.zip
Fix fetching themes
PR: ports/150630 Submitted by: Tobias Rehbein <tobias.rehbein@web.de> Approved by: Phil Oleson <oz@nixil.net> (maintainer)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/dvd-slideshow/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/multimedia/dvd-slideshow/Makefile b/multimedia/dvd-slideshow/Makefile
index 509ae84d9474..3456c8b93742 100644
--- a/multimedia/dvd-slideshow/Makefile
+++ b/multimedia/dvd-slideshow/Makefile
@@ -9,8 +9,9 @@ PORTNAME= dvd-slideshow
PORTVERSION= 0.8.2
PORTREVISION= 3
CATEGORIES= multimedia
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-2
-DISTFILES= ${PORTNAME}-${PORTVERSION}-2${EXTRACT_SUFX}
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-2:main \
+ SF/${PORTNAME}/${PORTNAME}-themes/${THEMEVERSION}-1:themes
+DISTFILES= ${PORTNAME}-${PORTVERSION}-2${EXTRACT_SUFX}:main
THEMEVERSION= 0.8.0
MAINTAINER= oz@nixil.net
@@ -65,7 +66,7 @@ RUN_DEPENDS+= oggdec:${PORTSDIR}/audio/vorbis-tools
RUN_DEPENDS+= toolame:${PORTSDIR}/audio/toolame
.endif
.if defined(WITH_THEMES)
-DISTFILES+= ${PORTNAME}-themes-${THEMEVERSION}-1${EXTRACT_SUFX}
+DISTFILES+= ${PORTNAME}-themes-${THEMEVERSION}-1${EXTRACT_SUFX}:themes
WRKSRC2= ${WRKDIR}/${PORTNAME}-themes-${THEMEVERSION}-1
PLIST_SUB+= NOTHEMES=""
.else