diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-12-13 20:34:22 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-12-13 20:34:22 +0000 |
commit | eea8bec652bb3e2752892114cc840a872ac038d3 (patch) | |
tree | ebe48813b0c3d58756a96a0fa7ce20f2b80eceac /sysutils/ah-tty/Makefile | |
parent | 9e1d86051832dfb8e4b1d34f126fae2656499d64 (diff) |
Notes
Diffstat (limited to 'sysutils/ah-tty/Makefile')
-rw-r--r-- | sysutils/ah-tty/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/ah-tty/Makefile b/sysutils/ah-tty/Makefile index 32de8d18cb53..c804b98754fa 100644 --- a/sysutils/ah-tty/Makefile +++ b/sysutils/ah-tty/Makefile @@ -21,5 +21,7 @@ MAN1= ah-tty.1 post-patch: @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \ ${WRKSRC}/dillib/vty/vtlabel.c + @${REINPLACE_CMD} -e 's|##x|x|' \ + ${WRKSRC}/include/platform.h .include <bsd.port.mk> |