diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-06-06 23:31:34 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-06-06 23:31:34 +0800 |
commit | 9a45877cc85da1676c17dd6d0be2a45b2860721f (patch) | |
tree | 5eca92e17debda034d7f6e063f7da3679c4ef1d1 | |
parent | 47b79cc879621e9619c917d04cb561fd363e5d59 (diff) | |
download | freebsd-ports-gnome-9a45877cc85da1676c17dd6d0be2a45b2860721f.tar.gz freebsd-ports-gnome-9a45877cc85da1676c17dd6d0be2a45b2860721f.tar.zst freebsd-ports-gnome-9a45877cc85da1676c17dd6d0be2a45b2860721f.zip |
Patch buindled menus, so they are properly reffer to ${PREFIX}/GNUstep, not
to the /usr/local/GNUstep.
Submitted by: "Patrick Li" <pat@databits.net>
-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 |