diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-01-26 07:54:29 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-01-26 07:54:29 +0000 |
commit | 56666de09755fd060a0433499f7f1f550613a94c (patch) | |
tree | c4f847e765d2c0565e151ae3c0b642a8b60a101f /misc/astrolog | |
parent | cb9dd529510223116603c68fd5915e8ec5432ac9 (diff) | |
download | ports-56666de09755fd060a0433499f7f1f550613a94c.tar.gz ports-56666de09755fd060a0433499f7f1f550613a94c.zip |
Notes
Diffstat (limited to 'misc/astrolog')
-rw-r--r-- | misc/astrolog/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile index 92523e08ced2..74a7db5ed5a6 100644 --- a/misc/astrolog/Makefile +++ b/misc/astrolog/Makefile @@ -29,6 +29,10 @@ DIST_SUBDIR= astrolog ALL_TARGET= astrolog NO_WRKSUBDIR= yes +pre-patch: + @${PERL} -pi.orig -e "s@malloc.h@stdlib.h@g" \ + ${WRKSRC}/astrolog.h ${WRKSRC}/placalc.h + do-install: -@${MKDIR} ${PREFIX}/lib/astrolog cd ${DISTDIR}/${DIST_SUBDIR} && \ |