diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-11-02 22:42:55 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-11-02 22:42:55 +0000 |
commit | 059b8891a3051c813a85b89a9db9e941fd114e1a (patch) | |
tree | 59910d65745bc50843ee6832923d8aef77a7acb5 /www | |
parent | 513b35dc93b9eb6f76ac6dbd11649178bacc0874 (diff) |
- Now that we don't depend on eyeOS we should create the themes directory
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=176240
Diffstat (limited to 'www')
-rw-r--r-- | www/eyeos-themes/Makefile | 4 | ||||
-rw-r--r-- | www/eyeos-themes/pkg-plist | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/www/eyeos-themes/Makefile b/www/eyeos-themes/Makefile index 2b8e35754114..984a64762364 100644 --- a/www/eyeos-themes/Makefile +++ b/www/eyeos-themes/Makefile @@ -55,6 +55,7 @@ post-extract: @${FIND} ${WRKSRC} -name \*~ -delete do-install: + ${INSTALL} -d ${THEMESDIR}/ ${CP} -Rp ${EYETHEMES:S,^,${WRKDIR}/,} ${THEMESDIR}/ ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${THEMESDIR} ${CHMOD} -R go-w ${THEMESDIR} @@ -63,7 +64,7 @@ do-install: # Maintainer section create-plist: build - : > ${PLIST} + :>${PLIST} .for theme in ${OPTIONS:M*_THEME:S/_THEME//:O} ${FIND} -s ${WRKSRC}/${theme} -type f -or -type l | \ ${SED} -e 's#^${WRKSRC}/${theme}#%%${theme:U}%%#' >> ${PLIST} @@ -74,5 +75,6 @@ create-plist: build .endfor ${ECHO_CMD} @dirrmtry %%EYEDIR%%/system/themes >> ${PLIST} ${ECHO_CMD} @dirrmtry %%EYEDIR%%/system >> ${PLIST} + ${ECHO_CMD} @dirrmtry %%EYEDIR%% >> ${PLIST} .include <bsd.port.post.mk> diff --git a/www/eyeos-themes/pkg-plist b/www/eyeos-themes/pkg-plist index 4587bc543311..23d33e89b048 100644 --- a/www/eyeos-themes/pkg-plist +++ b/www/eyeos-themes/pkg-plist @@ -893,3 +893,4 @@ %%DFROMX%% @dirrmtry %%EYEDIR%%/system/themes @dirrmtry %%EYEDIR%%/system +@dirrmtry %%EYEDIR%% |