diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/grubik/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/grubik/Makefile b/games/grubik/Makefile index 06ae70817c4d..481a768c8d08 100644 --- a/games/grubik/Makefile +++ b/games/grubik/Makefile @@ -25,7 +25,7 @@ USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes post-patch: - @${RM} -rf ${WRKSRC}/GRubik.app/ix86 - @${REINPLACE_CMD} -e 's|^//|# //|' ${WRKSRC}/GNUmakefile + ${RM} -rf ${WRKSRC}/GRubik.app/ix86 + ${REINPLACE_CMD} -e 's|^//|# //|' ${WRKSRC}/GNUmakefile .include <bsd.port.mk> |