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/alltray | |
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/alltray')
-rw-r--r-- | x11/alltray/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/alltray/Makefile b/x11/alltray/Makefile index e4450141f2f4..5c8603b8e65b 100644 --- a/x11/alltray/Makefile +++ b/x11/alltray/Makefile @@ -7,6 +7,7 @@ PORTNAME= alltray PORTVERSION= 0.69 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -35,8 +36,8 @@ USE_GNOME+= gconf2 post-patch: @${REINPLACE_CMD} -e 's|-ldl||' ${WRKSRC}/lib/Makefile.in @${REINPLACE_CMD} -e 's|-L/usr/X11R6/lib||' ${WRKSRC}/src/Makefile.in - @${REINPLACE_CMD} -e 's|/etc/gconf|${X11BASE}/etc/gconf|; \ - /THEME_DIR1/ s|/usr/share/|${X11BASE}/share/gnome/themes/|' \ + @${REINPLACE_CMD} -e 's|/etc/gconf|${LOCALBASE}/etc/gconf|; \ + /THEME_DIR1/ s|/usr/share/|${LOCALBASE}/share/gnome/themes/|' \ ${WRKSRC}/src/gnome_theme.c @${REINPLACE_CMD} -e 's|liballtray\.so\.0\.0\.0|liballtray.so.0|; \ s|/usr/lib|${PREFIX}/lib|' ${WRKSRC}/src/child.c |