diff options
author | bland <bland@FreeBSD.org> | 2005-09-13 22:27:23 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2005-09-13 22:27:23 +0800 |
commit | 16c539ae6cfef6119bc65f12fc8620c602d0772f (patch) | |
tree | 21018f8280d006c347d3d26db8ca7460ad1f0e29 /x11 | |
parent | 1a17b7c731b821b6f65097745229005024cc289d (diff) | |
download | freebsd-ports-gnome-16c539ae6cfef6119bc65f12fc8620c602d0772f.tar.gz freebsd-ports-gnome-16c539ae6cfef6119bc65f12fc8620c602d0772f.tar.zst freebsd-ports-gnome-16c539ae6cfef6119bc65f12fc8620c602d0772f.zip |
Fix configure bug which prevented fusa from picking up gdm.conf hints.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fast-user-switch-applet/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/x11/fast-user-switch-applet/Makefile b/x11/fast-user-switch-applet/Makefile index 8478d6f8e877..a2a3c8ebfbd1 100644 --- a/x11/fast-user-switch-applet/Makefile +++ b/x11/fast-user-switch-applet/Makefile @@ -7,6 +7,7 @@ PORTNAME= fast-user-switch-applet PORTVERSION= 0.2.3 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= http://ignore-your.tv/downloads/fusa/ \ ${MASTER_SITE_LOCAL:S/%SUBDIR%/bland/} @@ -20,8 +21,12 @@ USE_GMAKE= yes USE_GNOME= gnomehack intlhack gnomeprefix gtk20 gnomepanel USE_LIBTOOL_VER= 15 CONFIGURE_ARGS= --with-gdm-config=${X11BASE}/etc/gdm/gdm.conf +USE_REINPLACE= yes GCONF_SCHEMAS= fast-user-switch-applet.schemas INSTALLS_OMF= yes +post-patch: + @${REINPLACE_CMD} -e 's|\$$"\$$|"$$|' ${WRKSRC}/configure + .include <bsd.port.mk> |