diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-14 19:02:11 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-14 19:02:11 +0800 |
commit | cf36456fadbf897fe82f0384ca4c80e1f80ec288 (patch) | |
tree | 135aea56722820d4e1685a801db960d33870b084 /archivers/lzo2 | |
parent | 56a40b422645c00000d4cf584055e3f7f7f58a7a (diff) | |
download | freebsd-ports-gnome-cf36456fadbf897fe82f0384ca4c80e1f80ec288.tar.gz freebsd-ports-gnome-cf36456fadbf897fe82f0384ca4c80e1f80ec288.tar.zst freebsd-ports-gnome-cf36456fadbf897fe82f0384ca4c80e1f80ec288.zip |
- Drop .la files, no dependees require them
- Drop @dirrm* from plist
Approved by: portmgr blanket
Diffstat (limited to 'archivers/lzo2')
-rw-r--r-- | archivers/lzo2/Makefile | 3 | ||||
-rw-r--r-- | archivers/lzo2/pkg-plist | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile index d6acc358ba28..922ba633d1b0 100644 --- a/archivers/lzo2/Makefile +++ b/archivers/lzo2/Makefile @@ -3,6 +3,7 @@ PORTNAME= lzo2 PORTVERSION= 2.08 +PORTREVISION= 1 CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ \ LOCAL/mandree @@ -13,7 +14,7 @@ COMMENT= Portable speedy, lossless data compression library LICENSE= GPLv2 -USES= libtool:keepla +USES= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --docdir=${DOCSDIR} USE_LDCONFIG= yes diff --git a/archivers/lzo2/pkg-plist b/archivers/lzo2/pkg-plist index cf3d1ef500a2..9c11712fe4f7 100644 --- a/archivers/lzo2/pkg-plist +++ b/archivers/lzo2/pkg-plist @@ -11,9 +11,7 @@ include/lzo/lzo_asm.h include/lzo/lzoconf.h include/lzo/lzodefs.h include/lzo/lzoutil.h -@dirrm include/lzo lib/liblzo2.a -lib/liblzo2.la lib/liblzo2.so lib/liblzo2.so.2 lib/liblzo2.so.2.0.0 @@ -35,5 +33,3 @@ lib/liblzo2.so.2.0.0 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/precomp.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/precomp2.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple.c -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% |