diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-08 10:41:30 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-08 10:41:30 +0000 |
commit | 2730c8a3dcd82845271c9dbb832f982bbacff7ab (patch) | |
tree | 1642e533cdc6183365ccba20544974f74946044a /graphics/dc3play | |
parent | 4e50fe70614b6cbe88ee0c6606cd7336356c42d0 (diff) | |
download | ports-2730c8a3dcd82845271c9dbb832f982bbacff7ab.tar.gz ports-2730c8a3dcd82845271c9dbb832f982bbacff7ab.zip |
Notes
Diffstat (limited to 'graphics/dc3play')
-rw-r--r-- | graphics/dc3play/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/dc3play/Makefile b/graphics/dc3play/Makefile index 0b27002ce97b..45d787e2d84d 100644 --- a/graphics/dc3play/Makefile +++ b/graphics/dc3play/Makefile @@ -18,11 +18,12 @@ RESTRICTED= "Beta test period, redistribution prohibited" WRKSRC= ${WRKDIR}/${PORTNAME}/build +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= OPTFLAG="" post-patch: - @${PERL} -pi -e "s|<sys/dir.h>|<dirent.h>|g" ${WRKSRC}/../src/*.c + @${REINPLACE_CMD} -e "s|<sys/dir.h>|<dirent.h>|g" ${WRKSRC}/../src/*.c post-install: .if !defined(NOPORTDOCS) |