diff --git a/print/catdvi/Makefile b/print/catdvi/Makefile index 7635da6e31dd..a82500de51ab 100644 --- a/print/catdvi/Makefile +++ b/print/catdvi/Makefile @@ -1,33 +1,36 @@ # ex:ts=8 # Ports collection makefile for: catdvi # Date created: Feb 10, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= catdvi -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" MAKEFILE= GNUmakefile USE_GMAKE= yes 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 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