diff options
author | sat <sat@FreeBSD.org> | 2006-06-14 23:08:17 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-06-14 23:08:17 +0800 |
commit | d0e9709091a36c2322146a58ece9f333b0e69445 (patch) | |
tree | 85b8188356399558392217d00786cede81108b2b /www/eyeos-themes/Makefile | |
parent | 12b5997fa46b751d2d246e1136102b689ff617ca (diff) | |
download | freebsd-ports-graphics-d0e9709091a36c2322146a58ece9f333b0e69445.tar.gz freebsd-ports-graphics-d0e9709091a36c2322146a58ece9f333b0e69445.tar.zst freebsd-ports-graphics-d0e9709091a36c2322146a58ece9f333b0e69445.zip |
- Update to the latest rerolled distfiles
- Provide mirrors in anticipation of further updates
- Define DIST_SUBDIR
- Rework plist
Reported by: Sam Tseng <tsengjs@nchc.org.tw>
Diffstat (limited to 'www/eyeos-themes/Makefile')
-rw-r--r-- | www/eyeos-themes/Makefile | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/www/eyeos-themes/Makefile b/www/eyeos-themes/Makefile index 8c323c66133..99725e7b57b 100644 --- a/www/eyeos-themes/Makefile +++ b/www/eyeos-themes/Makefile @@ -6,11 +6,15 @@ # PORTNAME= themes -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= www -MASTER_SITES= http://www.eyelook.org/themes/ +MASTER_SITES= http://www.eyelook.org/themes/ \ + http://bsd1.csme.ru/myports/${DIST_SUBDIR}/ \ + http://bsd2.csme.ru/myports/${DIST_SUBDIR}/ \ + http://bsd3.csme.ru/myports/${DIST_SUBDIR}/ PKGNAMEPREFIX= eyeOS- DISTFILES= ${EYETHEMES:S/$/.zip/} +DIST_SUBDIR= ${PKGNAME} MAINTAINER= nivit@email.it COMMENT= A themes collection for eyeOS @@ -39,13 +43,15 @@ OPTIONS+= WaterSide_THEME "inspired in countryside of Saskatchewan" On .for theme in ${OPTIONS:M*_THEME:S/_THEME//} .ifndef WITHOUT_${theme}_THEME EYETHEMES+= ${theme} +PLIST_SUB+= ${theme:U}=${THEMESDIR:S,^${PREFIX}/,,}/${theme} +PLIST_SUB+= D${theme:U}="@dirrm ${THEMESDIR:S,^${PREFIX}/,,}/${theme}" .else PLIST_SUB+= ${theme:U}="@comment " +PLIST_SUB+= D${theme:U}="@comment " .endif .endfor -PLIST_SUB+= ${EYETHEMES:U:S/$/=""/} THEMESDIR=${THEMESDIR:S,^${PREFIX}/,,} \ - EYEDIR=${EYEDIR:S,^${PREFIX}/,,} +PLIST_SUB+= EYEDIR=${EYEDIR:S,^${PREFIX}/,,} do-install: ${CP} -Rp ${EYETHEMES:S,^,${WRKDIR}/,} ${THEMESDIR}/ |