aboutsummaryrefslogtreecommitdiff
path: root/archivers/lrzip/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-04 17:37:51 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-04 17:37:51 +0000
commita5579275d31c37d38c7909345a4640b405fb0616 (patch)
tree0737491a3fdcf654b4f78573367dc824c8527d4c /archivers/lrzip/Makefile
parent1b0fed78e5489f8b2242c423bbfb92754e604e1c (diff)
downloadports-a5579275d31c37d38c7909345a4640b405fb0616.tar.gz
ports-a5579275d31c37d38c7909345a4640b405fb0616.zip
- Switch to USES=libtool, drop .la files
- Fix bash shebang Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=356528
Diffstat (limited to 'archivers/lrzip/Makefile')
-rw-r--r--archivers/lrzip/Makefile4
1 files changed, 3 insertions, 1 deletions
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