diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-03-31 04:14:28 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-03-31 04:14:28 +0000 |
commit | c2c6903c657f282e0181070575b2821d5ab3d185 (patch) | |
tree | 461d719d192d0f67ebdfc3213392fbe2d37b0279 /databases/typhoon/Makefile | |
parent | c9bf08a239e92f01231a8b1e9474e778454549ec (diff) | |
download | ports-c2c6903c657f282e0181070575b2821d5ab3d185.tar.gz ports-c2c6903c657f282e0181070575b2821d5ab3d185.zip |
Notes
Diffstat (limited to 'databases/typhoon/Makefile')
-rw-r--r-- | databases/typhoon/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/typhoon/Makefile b/databases/typhoon/Makefile index 3019ef0ed189..5ccf9f205470 100644 --- a/databases/typhoon/Makefile +++ b/databases/typhoon/Makefile @@ -24,6 +24,10 @@ MAN3= d_close.3 d_crget.3 d_crread.3 d_crset.3 d_dbdpath.3 d_dbfpath.3 \ d_keyread.3 d_open.3 d_recfrst.3 d_reclast.3 d_recnext.3 d_recprev.3 \ d_recread.3 d_recwrite.3 d_setfiles.3 +pre-patch: + @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \ + ${WRKSRC}/util/dbdview.c + post-install: .for file in ${MAN1} ${INSTALL_MAN} ${WRKSRC}/man/${file} ${PREFIX}/man/man1 |