diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2005-09-13 14:27:23 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2005-09-13 14:27:23 +0000 |
commit | 1134ac5d1554650e4690ad0ccbdb7d2fc5f85c8e (patch) | |
tree | 128313866a5cfba17e4036c07054c245411b607a /x11/fast-user-switch-applet | |
parent | d64af14f8082022cb3f1eed40ec45889bd3fd4f3 (diff) | |
download | ports-1134ac5d1554650e4690ad0ccbdb7d2fc5f85c8e.tar.gz ports-1134ac5d1554650e4690ad0ccbdb7d2fc5f85c8e.zip |
Notes
Diffstat (limited to 'x11/fast-user-switch-applet')
-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> |