diff options
Diffstat (limited to 'x11-wm/windowmaker/Makefile')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index b8b1525e1c13..eeecd6c94b51 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -65,7 +65,7 @@ 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* + ${WRKSRC}/WindowMaker/*menu* post-install: @${MKDIR} ${PREFIX}/share/WindowMaker/Sounds |