diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-22 04:10:36 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-22 04:10:36 +0000 |
commit | 78df58fdc80635adc94677f9dc9b9d43107053d8 (patch) | |
tree | 01708d256c55999676756739e5d5141dc3060d01 /print/catdvi | |
parent | c9842e38af23e93ed1a018dfe7971325055046eb (diff) |
Notes
Diffstat (limited to 'print/catdvi')
-rw-r--r-- | print/catdvi/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/print/catdvi/Makefile b/print/catdvi/Makefile index a82500de51ab..4e517df34eef 100644 --- a/print/catdvi/Makefile +++ b/print/catdvi/Makefile @@ -26,10 +26,6 @@ ALL_TARGET= # empty MAN1= catdvi.1 -post-patch: - @${GREP} -lR "malloc.h" ${WRKSRC} | xargs \ - ${PERL} -pi -e "s/malloc.h/stdlib.h/g" - post-install: @${STRIP_CMD} ${PREFIX}/bin/catdvi |