aboutsummaryrefslogtreecommitdiffstats
path: root/games/gracer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/gracer/Makefile')
-rw-r--r--games/gracer/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/games/gracer/Makefile b/games/gracer/Makefile
index 903f87fb7c09..e0e190b8f8a7 100644
--- a/games/gracer/Makefile
+++ b/games/gracer/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gracer
-# Date created: Fri Jul 30 20:50:16 MET DST 1999
-# Whom: nox@jelal.kn-bremen.de
-#
+# Created by: nox@jelal.kn-bremen.de
# $FreeBSD$
-#
PORTNAME= gracer
PORTVERSION= 0.1.5
@@ -36,7 +32,7 @@ MAN6= gracer.6
.include <bsd.port.pre.mk>
pre-patch:
- @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \
+ @${REINPLACE_CMD} -i '' -e 's|<malloc.h>|<stdlib.h>|' \
${WRKSRC}/common/gr_memory.h
.include <bsd.port.post.mk>