svn commit: r366814 - head/devel/libghthash
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Aug 31 19:15:11 UTC 2014
Author: amdmi3
Date: Sun Aug 31 19:15:10 2014
New Revision: 366814
URL: http://svnweb.freebsd.org/changeset/ports/366814
QAT: https://qat.redports.org/buildarchive/r366814/
Log:
- Drop .la files, no dependees require them
Approved by: portmgr blanket
Modified:
head/devel/libghthash/Makefile
Modified: head/devel/libghthash/Makefile
==============================================================================
--- head/devel/libghthash/Makefile Sun Aug 31 18:51:12 2014 (r366813)
+++ head/devel/libghthash/Makefile Sun Aug 31 19:15:10 2014 (r366814)
@@ -3,7 +3,7 @@
PORTNAME= libghthash
PORTVERSION= 0.6.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel
MASTER_SITES= http://www.ipd.bth.se/ska/sim_home/filer/
@@ -12,7 +12,7 @@ COMMENT= Generic Hash Table
OPTIONS_DEFINE= DOCS EXAMPLES
-USES= libtool:keepla
+USES= libtool
GNU_CONFIGURE= yes
USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize
AUTOMAKE_ARGS= -a -c -f
@@ -20,8 +20,9 @@ LIBTOOLIZE_ARGS=-i -c -f
USE_LDCONFIG= yes
PLIST_FILES= include/ght_hash_table.h \
- lib/libghthash.a lib/libghthash.la \
- lib/libghthash.so lib/libghthash.so.1 \
+ lib/libghthash.a \
+ lib/libghthash.so \
+ lib/libghthash.so.1 \
lib/libghthash.so.1.1.0 \
man/man3/ght_create.3.gz \
man/man3/ght_finalize.3.gz \
More information about the svn-ports-all
mailing list