aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/icewm
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-wm/icewm
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-wm/icewm')
-rw-r--r--x11-wm/icewm/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile
index 273edcb5ba35..6224b250af40 100644
--- a/x11-wm/icewm/Makefile
+++ b/x11-wm/icewm/Makefile
@@ -7,6 +7,7 @@
PORTNAME= icewm
PORTVERSION= 1.2.28
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= SF
@@ -112,9 +113,9 @@ post-patch:
.endfor
.for file in src/gnome2.cc
@${REINPLACE_CMD} -e \
- 's|/usr/share/control|${X11BASE}/share/gnome/control|g ; \
- s|/usr/share/app|${X11BASE}/share/gnome/app|g ; \
- s|/usr/share/gnome|${X11BASE}/share/gnome|g' ${WRKSRC}/${file}
+ 's|/usr/share/control|${LOCALBASE}/share/gnome/control|g ; \
+ s|/usr/share/app|${LOCALBASE}/share/gnome/app|g ; \
+ s|/usr/share/gnome|${LOCALBASE}/share/gnome|g' ${WRKSRC}/${file}
.endfor
post-install: