diff options
Diffstat (limited to 'games/atr3d/Makefile')
-rw-r--r-- | games/atr3d/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/games/atr3d/Makefile b/games/atr3d/Makefile index 6108746c59da..11faaedae2eb 100644 --- a/games/atr3d/Makefile +++ b/games/atr3d/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: atr3d -# Date created: 11 Jun 2003 -# Whom: Kirill Ponomarew <ponomarew@oberon.net> -# +# Created by: Kirill Ponomarew <ponomarew@oberon.net> # $FreeBSD$ -# PORTNAME= atr3d PORTVERSION= 0.6 @@ -44,8 +40,9 @@ CONFIGURE_ARGS+= --disable-sound .endif pre-patch: - @${PERL} -pi.orig -e 's|^aclocal|${ACLOCAL}|; \ - s|^autoconf|${AUTOCONF}|; s|^automake|${AUTOMAKE}|' \ + @${REINPLACE_CMD} -i '' -e 's|^aclocal|${ACLOCAL}|' \ + -e 's|^autoconf|${AUTOCONF}|' \ + -e 's|^automake|${AUTOMAKE}|' \ ${WRKSRC}/autogen.sh @${REINPLACE_CMD} -e 's|-lopenal|& -lalut|' ${WRKSRC}/Makefile.am |