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/tinymux | |
parent | 3dd7df2bffece28c084c9d7b7b7fb32fd9cf8f96 (diff) |
Notes
Diffstat (limited to 'games/tinymux')
-rw-r--r-- | games/tinymux/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/tinymux/Makefile b/games/tinymux/Makefile index 29f46c1dd6d9..ace33bf473a0 100644 --- a/games/tinymux/Makefile +++ b/games/tinymux/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm WRKSRC= ${WRKDIR}/src +USE_REINPLACE= yes USE_AUTOCONF= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" @@ -25,7 +26,7 @@ post-extract: @${RM} -f ${WRKSRC}/gdbm.h post-patch: - @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' ${WRKSRC}/udb_ochunk.c + @${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' ${WRKSRC}/udb_ochunk.c # # Distribution does not include an install target. So here it is. |