aboutsummaryrefslogtreecommitdiffstats
path: root/games/grubik
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2011-04-21 02:30:28 +0800
committerdinoex <dinoex@FreeBSD.org>2011-04-21 02:30:28 +0800
commit4d8af382a3d06fa90e833f19b47ac2917298867e (patch)
treed62f12edf90641e861a730df01554a183aa676d7 /games/grubik
parented6c426a1bdf761b1a14e5a4ff4841d929b9b93f (diff)
downloadfreebsd-ports-gnome-4d8af382a3d06fa90e833f19b47ac2917298867e.tar.gz
freebsd-ports-gnome-4d8af382a3d06fa90e833f19b47ac2917298867e.tar.zst
freebsd-ports-gnome-4d8af382a3d06fa90e833f19b47ac2917298867e.zip
- fix after gmake
Diffstat (limited to 'games/grubik')
-rw-r--r--games/grubik/Makefile4
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>