diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 03:04:08 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 03:04:08 +0000 |
commit | a528f0cce6383ea6dea31c390a97010ccd22d0be (patch) | |
tree | fe7525c49dc4ee99f2cd49baf99063c49a347251 /x11-wm | |
parent | Don't forget the patches for ports/57009 (diff) |
Fix breakage by KATO megapatch
Submitted by: Adam McLaurin <blueeskimo@gmx.net>
Notes
Notes:
svn path=/head/; revision=89500
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 401c02c05553..10530fc5cda7 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -83,6 +83,7 @@ pre-everything:: @${ECHO_MSG} @${ECHO_MSG} "You can add hooks for KDE by defining WITH_KDE" @${ECHO_MSG} +.endif post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/WPrefs.app/Paths.c |