From e30c018b6771fb13d58c94b756ae95126ce79685 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 18 Dec 2002 18:57:04 +0000 Subject: Fix gnomegames2 so it installs correctly on -CURRENT. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@292 df743ca5-7f9a-e211-a948-0013205c9059 --- games/gnome-games/Makefile | 2 ++ games/gnomegames2/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 76ea1c595..c4e1c32f2 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -35,5 +35,7 @@ post-patch: s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @find ${WRKSRC} -name "*.[ch]" | xargs ${REINPLACE_CMD} -e \ 's|malloc\.h|stdlib.h|g' + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|games\.games|games:games|g' .include diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile index 76ea1c595..c4e1c32f2 100644 --- a/games/gnomegames2/Makefile +++ b/games/gnomegames2/Makefile @@ -35,5 +35,7 @@ post-patch: s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @find ${WRKSRC} -name "*.[ch]" | xargs ${REINPLACE_CMD} -e \ 's|malloc\.h|stdlib.h|g' + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|games\.games|games:games|g' .include -- cgit v1.2.3