diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2011-04-20 18:30:28 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2011-04-20 18:30:28 +0000 |
commit | e2dcdabbd5af7f807728f68969e45d32fe25d825 (patch) | |
tree | 756987522335c75c65c14f4e2f542a5f2bde23b1 /games/grubik | |
parent | 77f00c24ebba5ed5d0e4f2c37c485cc9c5f84eaa (diff) | |
download | ports-e2dcdabbd5af7f807728f68969e45d32fe25d825.tar.gz ports-e2dcdabbd5af7f807728f68969e45d32fe25d825.zip |
Notes
Diffstat (limited to 'games/grubik')
-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> |