diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-10 13:41:58 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-10 13:41:58 +0800 |
commit | 5a2a58a1daab441d8ca8f692433b121fda9b8b6e (patch) | |
tree | f8167f9acf0e5136c4b28fd38c5cf2df03e36e75 /print | |
parent | df690f3e85e9be320244f46f12535faf76815dda (diff) | |
download | freebsd-ports-gnome-5a2a58a1daab441d8ca8f692433b121fda9b8b6e.tar.gz freebsd-ports-gnome-5a2a58a1daab441d8ca8f692433b121fda9b8b6e.tar.zst freebsd-ports-gnome-5a2a58a1daab441d8ca8f692433b121fda9b8b6e.zip |
upgrade to 0.13
Diffstat (limited to 'print')
-rw-r--r-- | print/catdvi/Makefile | 7 | ||||
-rw-r--r-- | print/catdvi/distinfo | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/print/catdvi/Makefile b/print/catdvi/Makefile index 7635da6e31dd..a82500de51ab 100644 --- a/print/catdvi/Makefile +++ b/print/catdvi/Makefile @@ -7,7 +7,7 @@ # PORTNAME= catdvi -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -27,7 +27,10 @@ ALL_TARGET= # empty MAN1= catdvi.1 post-patch: - ${GREP} -lR "malloc.h" ${WRKSRC} | xargs \ + @${GREP} -lR "malloc.h" ${WRKSRC} | xargs \ ${PERL} -pi -e "s/malloc.h/stdlib.h/g" +post-install: + @${STRIP_CMD} ${PREFIX}/bin/catdvi + .include <bsd.port.mk> diff --git a/print/catdvi/distinfo b/print/catdvi/distinfo index 6b0b6266939e..a498fcb74abd 100644 --- a/print/catdvi/distinfo +++ b/print/catdvi/distinfo @@ -1 +1 @@ -MD5 (catdvi-0.12.tar.gz) = f05c9378de53c79a2deab5d653ad0e89 +MD5 (catdvi-0.13.tar.gz) = 4fd29dfb76823a178546de6d72de0dd3 |