aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-06-10 16:23:24 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-06-10 16:23:24 +0000
commitdc8178a39141ee41d315d9efb31b33c114858021 (patch)
treea15c0f0804255a9ca59acdcc3902b4ec83b114d9 /graphics
parent3ec406487f3cf38b34864217a90ea901e0576fd7 (diff)
downloadports-dc8178a39141ee41d315d9efb31b33c114858021.tar.gz
ports-dc8178a39141ee41d315d9efb31b33c114858021.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/animabob/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics/animabob/Makefile b/graphics/animabob/Makefile
index da3b44f23c76..4de002f75f52 100644
--- a/graphics/animabob/Makefile
+++ b/graphics/animabob/Makefile
@@ -22,6 +22,12 @@ ALL_TARGET= build
MAN1= animabob.1 icol.1
MANCOMPRESSED= yes
+post-patch:
+ @${FIND} ${WRKSRC} -type f | \
+ ${XARGS} -x -n 10 \
+ ${REINPLACE_CMD} -E \
+ -e 's|malloc.h|stdlib.h|'
+
post-build:
# make the doc installation PREFIX safe
@${REINPLACE_CMD} -E \