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/plotmtv | |
parent | 4e50fe70614b6cbe88ee0c6606cd7336356c42d0 (diff) | |
download | ports-2730c8a3dcd82845271c9dbb832f982bbacff7ab.tar.gz ports-2730c8a3dcd82845271c9dbb832f982bbacff7ab.zip |
Notes
Diffstat (limited to 'graphics/plotmtv')
-rw-r--r-- | graphics/plotmtv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/plotmtv/Makefile b/graphics/plotmtv/Makefile index f0a3b2c91b20..e1fe674a430f 100644 --- a/graphics/plotmtv/Makefile +++ b/graphics/plotmtv/Makefile @@ -16,12 +16,13 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes USE_IMAKE= yes ALL_TARGET= World MAN1= plotmtv.1 post-patch: - find ${WRKSRC} -name \*.c | xargs ${PERL} -pi.malloc.h -e 's/<malloc.h>/<stdlib.h>/' + @${FIND} ${WRKSRC} -name \*.c | ${XARGS} ${REINPLACE_CMD} -e 's/<malloc.h>/<stdlib.h>/' post-install: .if !defined(NOPORTDOCS) |