1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Fix fetching themes

PR:		ports/150630
Submitted by:	Tobias Rehbein <tobias.rehbein@web.de>
Approved by:	Phil Oleson <oz@nixil.net> (maintainer)
This commit is contained in:
Steven Kreuzer 2010-09-28 15:17:16 +00:00
parent a3fd763f97
commit 4669fe1126
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262037

View File

@ -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