diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-30 02:50:27 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-30 02:50:27 +0000 |
commit | 520bec1f56b59e6f799cb8d16ae618cda06384a1 (patch) | |
tree | d6f3d35c80e52d7987e6598f667ba08fe60f38fb /games/3dpong | |
parent | it needs PERL (diff) |
Replace ${PERL} with ${REINPLACE_CMD}
PR: 40012
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'games/3dpong')
-rw-r--r-- | games/3dpong/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/3dpong/Makefile b/games/3dpong/Makefile index b754695e8a15..9def65cb7e01 100644 --- a/games/3dpong/Makefile +++ b/games/3dpong/Makefile @@ -13,10 +13,11 @@ MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/3dpong/ MAINTAINER= ports@FreeBSD.org MAKEFILE= makefile +USE_REINPLACE= yes USE_X_PREFIX= yes post-patch: - @${PERL} -pi.fbsd -e 's.\tchmod .\t${CHMOD} .g' \ + @${REINPLACE_CMD} -e 's. chmod . ${CHMOD} .g' \ ${WRKSRC}/makefile do-install: |