diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-22 04:10:36 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-22 04:10:36 +0000 |
commit | 8f68ae55a879dc564c9f990ea21466d8e5a2c51b (patch) | |
tree | b97cd97fbb01d97a3c9d13e11733f8aeece8ceb4 /print/catdvi | |
parent | 26dcf7f5f80bb6e178f2c3046858a4a483fc5cf1 (diff) | |
download | FreeBSD-ports-8f68ae55a879dc564c9f990ea21466d8e5a2c51b.zip FreeBSD-ports-8f68ae55a879dc564c9f990ea21466d8e5a2c51b.tar.gz |
no longer needed
Submitted by: Bjoern Brill <brill@samson.math.uni-frankfurt.de> (author)
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 a82500d..4e517df 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 |