diff options
author | mezz <mezz@FreeBSD.org> | 2007-03-27 21:09:37 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-03-27 21:09:37 +0800 |
commit | 6ceeeafc02f8067730b502ad625ae5292ad7a2cf (patch) | |
tree | 65e5bd566117c1e181d90a67c54f350c68f116d7 /x11-wm | |
parent | 9056f271b70a67c46e52a37246c11e5b265b1281 (diff) | |
download | freebsd-ports-gnome-6ceeeafc02f8067730b502ad625ae5292ad7a2cf.tar.gz freebsd-ports-gnome-6ceeeafc02f8067730b502ad625ae5292ad7a2cf.tar.zst freebsd-ports-gnome-6ceeeafc02f8067730b502ad625ae5292ad7a2cf.zip |
In 1.0rc3, they have changed ~/.fluxbox/startup from 755 to 644 that has
caused not possible to start up your Fluxbox if you remove ~/.fluxbox or
you are a first time user. Add a hack to get it back to 755 and explain
the solution in UPDATING by run 'chmod 755 ~/.fluxbox/startup'.
Reported by: infofarmer
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fluxbox/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-wm/fluxbox/Makefile b/x11-wm/fluxbox/Makefile index 810683d627af..e3f324b8e6ac 100644 --- a/x11-wm/fluxbox/Makefile +++ b/x11-wm/fluxbox/Makefile @@ -7,6 +7,7 @@ PORTNAME= fluxbox PORTVERSION= 1.0rc3 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -166,6 +167,8 @@ post-patch: ${WRKSRC}/util/fluxbox-generate_menu.in @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ s|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/util/fbsetbg + @${REINPLACE_CMD} -e 's|644|755|g' \ + ${WRKSRC}/util/startfluxbox.in .if defined(WITHOUT_NLS) @${REINPLACE_CMD} -e 's|HAVE_ICONV=yes|HAVE_ICONV=no|g' \ ${WRKSRC}/configure |