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-wm/icewm | |
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-wm/icewm')
-rw-r--r-- | x11-wm/icewm/Makefile | 7 |
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: |