diff options
Diffstat (limited to 'games/atr3d')
-rw-r--r-- | games/atr3d/Makefile | 11 | ||||
-rw-r--r-- | games/atr3d/pkg-descr | 1 |
2 files changed, 4 insertions, 8 deletions
diff --git a/games/atr3d/Makefile b/games/atr3d/Makefile index 6108746c59d..11faaedae2e 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 diff --git a/games/atr3d/pkg-descr b/games/atr3d/pkg-descr index f4b808ab263..40f80d44b74 100644 --- a/games/atr3d/pkg-descr +++ b/games/atr3d/pkg-descr @@ -2,4 +2,3 @@ Avoid The Roid 3D is a 3D asteroids-like multiplayer game. The player flies around in a three dimensional space, shooting asteroids and other ships while trying to avoid running into any of them or being shot. - |