diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-10 05:41:58 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-10 05:41:58 +0000 |
commit | 8fc2d06d987ab44d338c065e57feef8eb666e70f (patch) | |
tree | 0670ef81ce3c2b07650b1cbf6399f52652d49beb | |
parent | d1c0c6dc100a2401ce82578078efd37e194d1572 (diff) | |
download | ports-8fc2d06d987ab44d338c065e57feef8eb666e70f.tar.gz ports-8fc2d06d987ab44d338c065e57feef8eb666e70f.zip |
Notes
-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 |