diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-30 10:50:27 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-30 10:50:27 +0800 |
commit | f55431a8d1adc783966829cc20c13f8a8b1f8d2a (patch) | |
tree | 0365b2c8f70162a32a46c986ab39d12c562fadaf /games/3dpong | |
parent | 6295b7b9e0570c420742d9fee3ee55a4a1ff24f7 (diff) | |
download | freebsd-ports-gnome-f55431a8d1adc783966829cc20c13f8a8b1f8d2a.tar.gz freebsd-ports-gnome-f55431a8d1adc783966829cc20c13f8a8b1f8d2a.tar.zst freebsd-ports-gnome-f55431a8d1adc783966829cc20c13f8a8b1f8d2a.zip |
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: |