diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-03-04 18:17:01 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-03-04 18:17:01 +0000 |
commit | 0661821c2436f8c6134138f9b26aad48b114b787 (patch) | |
tree | f35b36d1c26c0d75e16f757d0fd60bd97775baad /x11-wm | |
parent | 42e65324319aeaaf1d7c405e861daf9fce8afa0a (diff) | |
download | ports-0661821c2436f8c6134138f9b26aad48b114b787.tar.gz ports-0661821c2436f8c6134138f9b26aad48b114b787.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 1a1b39565100..614a9e01376b 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -6,7 +6,7 @@ PORTNAME?= windowmaker PORTVERSION= 0.95.2 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= x11-wm windowmaker MASTER_SITES= http://windowmaker.org/pub/%SUBDIR%/ \ http://dougbarton.us/Downloads/ @@ -80,6 +80,8 @@ pre-patch: ${WRKSRC}/WPrefs.app/Paths.c @${REINPLACE_CMD} -e "s#WPrefs#${PREFIX}/GNUstep/Applications/WPrefs.app/WPrefs#" \ ${WRKSRC}/util/wmgenmenu.c + @${REINPLACE_CMD} -e "764s#wPreferences.flags.restarting == 0#!wPreferences.flags.restarting#" \ + ${WRKSRC}/src/startup.c post-install: @${MKDIR} ${PREFIX}/GNUstep/Applications/WPrefs.app/xpm |