drop the conflict and rename zzuf's zzcat utility to zzufcat instead

ok naddy@
This commit is contained in:
steven 2010-10-28 10:17:54 +00:00
parent d5a33f4394
commit 037647bdb7
4 changed files with 15 additions and 10 deletions

View File

@ -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 \

View File

@ -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

View File

@ -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 <bsd.port.mk>

View File

@ -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