diff options
author | Ade Lovett <ade@FreeBSD.org> | 2011-04-11 19:54:35 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2011-04-11 19:54:35 +0000 |
commit | fe0d23d638e55fd3fbfe8e6f43b0f6d26c8b713f (patch) | |
tree | 6b96a59b96237deb8710fe2065d0c3393e7088bc /games/grubik/Makefile | |
parent | 9cdeec96c134d87226d71d31195c647c6b761885 (diff) | |
download | ports-fe0d23d638e55fd3fbfe8e6f43b0f6d26c8b713f.tar.gz ports-fe0d23d638e55fd3fbfe8e6f43b0f6d26c8b713f.zip |
Notes
Diffstat (limited to 'games/grubik/Makefile')
-rw-r--r-- | games/grubik/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/grubik/Makefile b/games/grubik/Makefile index 430ae25196fa..06ae70817c4d 100644 --- a/games/grubik/Makefile +++ b/games/grubik/Makefile @@ -18,13 +18,14 @@ COMMENT= Virtual 3D Rubiks cube for GNUstep LICENSE= GPLv2 +USE_GMAKE= yes USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes post-patch: - ${RMDIR} ${WRKSRC}/GRubik.app/ix86/linux-gnu - ${RMDIR} ${WRKSRC}/GRubik.app/ix86 + @${RM} -rf ${WRKSRC}/GRubik.app/ix86 + @${REINPLACE_CMD} -e 's|^//|# //|' ${WRKSRC}/GNUmakefile .include <bsd.port.mk> |