diff options
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> |