diff options
author | marcus <marcus@FreeBSD.org> | 2006-10-14 16:54:54 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-10-14 16:54:54 +0800 |
commit | 0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8 (patch) | |
tree | 17937489af4c767844fc63b684ae3e7b31948812 /x11-themes/sawfish-themes | |
parent | e959473966b963953d63d5f00fae8751f2decf0f (diff) | |
download | freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.gz freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.zst freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.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)
Diffstat (limited to 'x11-themes/sawfish-themes')
-rw-r--r-- | x11-themes/sawfish-themes/Makefile | 5 |
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} . | \ |