diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-06 15:31:34 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-06 15:31:34 +0000 |
commit | 90699e9536bbf47b71dce63a87bc44aca135d2eb (patch) | |
tree | 180b0d2718a447c9243815eaa18ff887e0404ada /x11-wm/windowmaker | |
parent | Revert maintainership to ports@FreeBSD.org since current maintainer (diff) |
Patch buindled menus, so they are properly reffer to ${PREFIX}/GNUstep, not
to the /usr/local/GNUstep.
Submitted by: "Patrick Li" <pat@databits.net>
Notes
Notes:
svn path=/head/; revision=43565
Diffstat (limited to 'x11-wm/windowmaker')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index f4adae811e33..b8b1525e1c13 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -64,6 +64,8 @@ pre-extract: post-patch: @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/WPrefs.app/Paths.c @${PERL} -pi -e "s|%%PERL%%|${PERL}|g" ${WRKSRC}/util/wm-oldmenu2new + @${PERL} -pi -e "s|/usr/local/GNUstep|${PREFIX}/GNUstep|g" \ + ${WRKSRC}/WindowMaker/menu* post-install: @${MKDIR} ${PREFIX}/share/WindowMaker/Sounds |