diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-12-19 02:57:04 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-12-19 02:57:04 +0800 |
commit | e30c018b6771fb13d58c94b756ae95126ce79685 (patch) | |
tree | c0aa7d96308529f3d6035c6b6403d6aca55592f5 | |
parent | 7d065479d8b6953965fb6d5d1e93a61fb1a985c6 (diff) | |
download | marcuscom-ports-e30c018b6771fb13d58c94b756ae95126ce79685.tar marcuscom-ports-e30c018b6771fb13d58c94b756ae95126ce79685.tar.gz marcuscom-ports-e30c018b6771fb13d58c94b756ae95126ce79685.tar.bz2 marcuscom-ports-e30c018b6771fb13d58c94b756ae95126ce79685.tar.lz marcuscom-ports-e30c018b6771fb13d58c94b756ae95126ce79685.tar.xz marcuscom-ports-e30c018b6771fb13d58c94b756ae95126ce79685.tar.zst marcuscom-ports-e30c018b6771fb13d58c94b756ae95126ce79685.zip |
Fix gnomegames2 so it installs correctly on -CURRENT.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@292 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | games/gnome-games/Makefile | 2 | ||||
-rw-r--r-- | games/gnomegames2/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
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 <bsd.port.mk> 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 <bsd.port.mk> |