aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/gtk-lila-theme
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-14 08:54:54 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-14 08:54:54 +0000
commit29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch)
tree1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /x11-themes/gtk-lila-theme
parent7aad84f808b93baa6a7077ce0b47573b9c4c79a0 (diff)
Notes
Diffstat (limited to 'x11-themes/gtk-lila-theme')
-rw-r--r--x11-themes/gtk-lila-theme/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-themes/gtk-lila-theme/Makefile b/x11-themes/gtk-lila-theme/Makefile
index c0a0a2e073b7..d2224edcdc4a 100644
--- a/x11-themes/gtk-lila-theme/Makefile
+++ b/x11-themes/gtk-lila-theme/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gtk-lila-theme
PORTVERSION= 0.5.5
+PORTREVISION= 1
CATEGORIES= x11-themes gnome
MASTER_SITES= http://lila-theme.uni.cc/files/tarballs/
DISTNAME= lila-gtk-${PORTVERSION}
@@ -16,13 +17,13 @@ COMMENT= GTK+ 2.0 Lila theme
WRKSRC= ${WRKDIR}
-USE_X_PREFIX= yes
NO_BUILD= yes
USE_GNOME= gtk20
USE_BZIP2= yes
do-install:
- @${CP} -R ${WRKDIR}/lila-gtk/GorLila ${X11BASE}/share/themes
- @${CP} -R ${WRKDIR}/lila-gtk/SimpLila ${X11BASE}/share/themes
+ @${MKDIR} ${PREFIX}/share/themes
+ @${CP} -R ${WRKDIR}/lila-gtk/GorLila ${PREFIX}/share/themes
+ @${CP} -R ${WRKDIR}/lila-gtk/SimpLila ${PREFIX}/share/themes
.include <bsd.port.mk>