diff options
Diffstat (limited to 'x11-themes/enlightenment-theme-ShinyMetal/Makefile')
-rw-r--r-- | x11-themes/enlightenment-theme-ShinyMetal/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-themes/enlightenment-theme-ShinyMetal/Makefile b/x11-themes/enlightenment-theme-ShinyMetal/Makefile index 6afae05b1e1..a1802dc6747 100644 --- a/x11-themes/enlightenment-theme-ShinyMetal/Makefile +++ b/x11-themes/enlightenment-theme-ShinyMetal/Makefile @@ -6,10 +6,11 @@ # PORTNAME= enlightenment-theme-ShinyMetal -PORTVERSION= 0.16 +PORTVERSION= 0.16.8 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= enlightenment +DISTNAME= ${PORTNAME:S/enlightenment/e16/}-${PORTVERSION} MAINTAINER= vanilla@FreeBSD.org COMMENT= A themes of enlightenment window menager @@ -20,8 +21,9 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-fsstd NO_BUILD= yes +DATADIR= ${PREFIX}/share/e16 post-install: - ${CHOWN} -R root:wheel ${X11BASE}/share/enlightenment/themes/ShinyMetal + ${CHOWN} -R root:wheel ${DATADIR}/themes/ShinyMetal .include <bsd.port.mk> |