diff --git a/archivers/zziplib/Makefile b/archivers/zziplib/Makefile index ead9224adff..13b3afbbf8a 100644 --- a/archivers/zziplib/Makefile +++ b/archivers/zziplib/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.8 2010/10/28 09:04:19 steven Exp $ +# $OpenBSD: Makefile,v 1.9 2010/10/28 10:17:54 steven Exp $ COMMENT= lightweight library for extracting data from zip files DISTNAME= zziplib-0.13.59 -REVISION= 0 +REVISION= 1 CATEGORIES= archivers SHARED_LIBS += zzip 14.52 \ diff --git a/archivers/zziplib/pkg/PLIST b/archivers/zziplib/pkg/PLIST index 63cb83bf07f..5ac7437d33b 100644 --- a/archivers/zziplib/pkg/PLIST +++ b/archivers/zziplib/pkg/PLIST @@ -1,5 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.4 2010/10/28 09:04:19 steven Exp $ -@conflict zzuf-* +@comment $OpenBSD: PLIST,v 1.5 2010/10/28 10:17:54 steven Exp $ %%SHARED%% @bin bin/unzip-mem @bin bin/unzzip diff --git a/misc/zzuf/Makefile b/misc/zzuf/Makefile index 58772e8808a..ebde12e220c 100644 --- a/misc/zzuf/Makefile +++ b/misc/zzuf/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.7 2010/10/28 09:04:19 steven Exp $ +# $OpenBSD: Makefile,v 1.8 2010/10/28 10:17:54 steven Exp $ COMMENT= zzuf is a transparent application input fuzzer DISTNAME= zzuf-0.13 -REVISION= 0 +REVISION= 1 CATEGORIES= misc MASTER_SITES= http://libcaca.zoy.org/files/zzuf/ @@ -19,4 +19,11 @@ CONFIGURE_STYLE= gnu USE_GROFF = Yes USE_LIBTOOL = Yes +pre-configure: + perl -pi -e 's/zzcat/zzufcat/g' ${WRKSRC}/doc/zzcat.1.in + +post-install: + cd ${PREFIX}/bin && mv zzcat zzufcat + cd ${PREFIX}/man/man1 && mv zzcat.1 zzufcat.1 + .include diff --git a/misc/zzuf/pkg/PLIST b/misc/zzuf/pkg/PLIST index 69e69c7e1ee..1cbc139b84e 100644 --- a/misc/zzuf/pkg/PLIST +++ b/misc/zzuf/pkg/PLIST @@ -1,11 +1,10 @@ -@comment $OpenBSD: PLIST,v 1.3 2010/10/28 09:04:19 steven Exp $ -@conflict zziplib-* +@comment $OpenBSD: PLIST,v 1.4 2010/10/28 10:17:54 steven Exp $ %%SHARED%% -@bin bin/zzcat @bin bin/zzuf +@bin bin/zzufcat lib/zzuf/ lib/zzuf/libzzuf.a lib/zzuf/libzzuf.la -@man man/man1/zzcat.1 @man man/man1/zzuf.1 +@man man/man1/zzufcat.1 @man man/man3/libzzuf.3