svn commit: r382585 - head/devel/libghthash

Baptiste Daroussin bapt at FreeBSD.org
Sun Mar 29 11:06:41 UTC 2015


Author: bapt
Date: Sun Mar 29 11:06:39 2015
New Revision: 382585
URL: https://svnweb.freebsd.org/changeset/ports/382585
QAT: https://qat.redports.org/buildarchive/r382585/

Log:
  Convert to USES=autoreconf
  Strip binaries

Modified:
  head/devel/libghthash/Makefile

Modified: head/devel/libghthash/Makefile
==============================================================================
--- head/devel/libghthash/Makefile	Sun Mar 29 11:04:20 2015	(r382584)
+++ head/devel/libghthash/Makefile	Sun Mar 29 11:06:39 2015	(r382585)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libghthash
 PORTVERSION=	0.6.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	devel
 MASTER_SITES=	http://www.ipd.bth.se/ska/sim_home/filer/
 
@@ -12,11 +12,10 @@ COMMENT=	Generic Hash Table
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
-USES=		libtool
+USES=		autoreconf libtool
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	aclocal autoheader automake autoconf libtoolize
-AUTOMAKE_ARGS=	-a -c -f
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 PLIST_FILES=	include/ght_hash_table.h \
 		lib/libghthash.a \


More information about the svn-ports-head mailing list