From 2ae5abec78b4fc6ceb8f170019712668dc835f47 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Wed, 4 Jun 2014 17:37:51 +0000 Subject: - Switch to USES=libtool, drop .la files - Fix bash shebang Approved by: portmgr blanket --- archivers/lrzip/Makefile | 4 +++- archivers/lrzip/pkg-plist | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'archivers') diff --git a/archivers/lrzip/Makefile b/archivers/lrzip/Makefile index 69b5f654bb3d..05fa728cb08e 100644 --- a/archivers/lrzip/Makefile +++ b/archivers/lrzip/Makefile @@ -3,6 +3,7 @@ PORTNAME= lrzip PORTVERSION= 0.616 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= http://ck.kolivas.org/apps/lrzip/ \ http://files.gslin.org/Software/ @@ -19,7 +20,8 @@ CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS+= --enable-asm GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -USES= tar:bzip2 gmake pathfix perl5 +USES= tar:bzip2 gmake pathfix perl5 libtool shebangfix +SHEBANG_FILES= ${WRKSRC}/lrztar USE_PERL5= build USE_LDCONFIG= yes diff --git a/archivers/lrzip/pkg-plist b/archivers/lrzip/pkg-plist index 46a720672669..24abb2409c61 100644 --- a/archivers/lrzip/pkg-plist +++ b/archivers/lrzip/pkg-plist @@ -25,9 +25,9 @@ bin/lrztar bin/lrzuntar include/Lrzip.h lib/liblrzip.a -lib/liblrzip.la lib/liblrzip.so lib/liblrzip.so.0 +lib/liblrzip.so.0.0.0 libdata/pkgconfig/lrzip.pc man/man1/lrunzip.1.gz man/man1/lrzcat.1.gz -- cgit