diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-12 19:02:11 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-12 19:02:11 +0000 |
commit | 6a5b7af6e63e43a7fc96c774210a4a4037af57ac (patch) | |
tree | 5283ad1f5e15deb0b5761f007a30ef64c5657c66 /graphics/gd/Makefile | |
parent | Add eps2png (diff) |
Update the checksum. Seems the distfile was updated with
a new one that does not include *.o files.
Submitted by: Mike Harding <mvh@ix.netcom.com>
Diffstat (limited to 'graphics/gd/Makefile')
-rw-r--r-- | graphics/gd/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 6b00fe5be149..d811d506e2a9 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -32,7 +32,4 @@ pre-everything: @${ECHO_MSG} "'make -DWITH_X11' instead" .endif -post-extract: - @${RM} -f ${WRKSRC}/*.o - .include <bsd.port.mk> |