aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/sawfish-themes
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/sawfish-themes
parent7aad84f808b93baa6a7077ce0b47573b9c4c79a0 (diff)
downloadports-29747f458a1eb2ce23b4594b09d0256dd62760b8.tar.gz
ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.zip
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
Notes
Notes: svn path=/head/; revision=175261
Diffstat (limited to 'x11-themes/sawfish-themes')
-rw-r--r--x11-themes/sawfish-themes/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-themes/sawfish-themes/Makefile b/x11-themes/sawfish-themes/Makefile
index 9e94a9e7e8ba..3683bd077240 100644
--- a/x11-themes/sawfish-themes/Makefile
+++ b/x11-themes/sawfish-themes/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sawfish-themes
PORTVERSION= 0.11
+PORTREVISION= 1
CATEGORIES= x11-themes
MASTER_SITES= http://ftp.debian.org/debian/pool/main/s/${PORTNAME}/
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -16,8 +17,6 @@ COMMENT= Themes for Sawfish window manager
RUN_DEPENDS= sawfish:${PORTSDIR}/x11-wm/sawfish
-USE_X_PREFIX= yes
-
WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}
NO_BUILD= yes
@@ -30,7 +29,7 @@ DATA_DIRS= 2YearsToNever Anonymous Aquiline BWM Big Blackwindow Bubbles_Exact \
bluefoo gorilla gorillaz mxflat typo
do-install:
- @${MKDIR} ${X11BASE}/share/sawfish/1.3/themes
+ @${MKDIR} ${PREFIX}/share/sawfish/1.3/themes
.for d in ${DATA_DIRS}
@${MKDIR} ${PREFIX}/share/sawfish/1.3/themes/${d}
@cd ${WRKSRC}/${d} && ${FIND} . | \