diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-22 12:10:36 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-22 12:10:36 +0800 |
commit | 8f68ae55a879dc564c9f990ea21466d8e5a2c51b (patch) | |
tree | b97cd97fbb01d97a3c9d13e11733f8aeece8ceb4 /print | |
parent | 26dcf7f5f80bb6e178f2c3046858a4a483fc5cf1 (diff) | |
download | freebsd-ports-gnome-8f68ae55a879dc564c9f990ea21466d8e5a2c51b.tar.gz freebsd-ports-gnome-8f68ae55a879dc564c9f990ea21466d8e5a2c51b.tar.zst freebsd-ports-gnome-8f68ae55a879dc564c9f990ea21466d8e5a2c51b.zip |
no longer needed
Submitted by: Bjoern Brill <brill@samson.math.uni-frankfurt.de> (author)
Diffstat (limited to 'print')
-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 |