diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-02-02 19:17:21 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-02-02 19:17:21 +0800 |
commit | 8b02ed17a1fc2f50e400091353077fdcff6e4479 (patch) | |
tree | 217a645f6569a0aaad28570a6d8d167b034abdfd /x11-wm/e16/Makefile | |
parent | 02dab546aeb79b17766c86eda0d02045fceaf136 (diff) | |
download | freebsd-ports-gnome-8b02ed17a1fc2f50e400091353077fdcff6e4479.tar.gz freebsd-ports-gnome-8b02ed17a1fc2f50e400091353077fdcff6e4479.tar.zst freebsd-ports-gnome-8b02ed17a1fc2f50e400091353077fdcff6e4479.zip |
Remove Aqua theme for copyrights,
now install Marble theme as DEFAULT,
because themes distributed with E's source are really suck and ugly,
Bump revision too.
Reminded by: rwatson
Diffstat (limited to 'x11-wm/e16/Makefile')
-rw-r--r-- | x11-wm/e16/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index a24a32998742..09c2998218f8 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -6,8 +6,8 @@ # PORTNAME= enlightenment -PORTVERSION= 0.16.5 -PORTREVISION= 4 +PORTVERSION= 0.16.5 +PORTREVISION= 5 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \ ftp://ftp.dti.ad.jp/pub/X/enlightenment/enlightenment/ \ @@ -17,7 +17,7 @@ MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= vanilla DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - Aqua.etheme \ + Marble.etheme \ BlueSteel.etheme.zh_TW.Big5 \ BrushedMetal-Tigert.etheme.zh_TW.Big5 \ ShinyMetal.etheme.zh_TW.Big5 @@ -29,8 +29,6 @@ LIB_DEPENDS= Fnlib.0:${PORTSDIR}/graphics/fnlib \ ghttp.1:${PORTSDIR}/www/libghttp \ intl.1:${PORTSDIR}/devel/gettext -RESTRICTED= aqua.etheme - USE_GMAKE= yes USE_X_PREFIX= yes USE_ESOUND= yes @@ -50,11 +48,12 @@ CONFIGURE_ARS+= --disable-zoom MAN1= enlightenment.1 pre-build: -.for i in Aqua.etheme BlueSteel.etheme.zh_TW.Big5 BrushedMetal-Tigert.etheme.zh_TW.Big5 ShinyMetal.etheme.zh_TW.Big5 +.for i in Marble.etheme BlueSteel.etheme.zh_TW.Big5 BrushedMetal-Tigert.etheme.zh_TW.Big5 ShinyMetal.etheme.zh_TW.Big5 ${CP} ${DISTDIR}/$i ${WRKSRC}/src/themes .endfor post-install: + ${RM} ${PREFIX}/share/enlightenment/themes/Ganymede/dialogs/#dialogs.cfg# ${CHOWN} -R root:wheel ${PREFIX}/share/enlightenment/themes ${CHMOD} -R a+rX ${PREFIX}/share/enlightenment/themes |