svn commit: r374893 - head/astro/libnova

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 18 11:34:32 UTC 2014


Author: bapt
Date: Thu Dec 18 11:34:31 2014
New Revision: 374893
URL: https://svnweb.freebsd.org/changeset/ports/374893
QAT: https://qat.redports.org/buildarchive/r374893/

Log:
  Convert to USES=autoreconf
  Strip binaries

Modified:
  head/astro/libnova/Makefile

Modified: head/astro/libnova/Makefile
==============================================================================
--- head/astro/libnova/Makefile	Thu Dec 18 11:33:03 2014	(r374892)
+++ head/astro/libnova/Makefile	Thu Dec 18 11:34:31 2014	(r374893)
@@ -10,11 +10,10 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	dhn at FreeBSD.org
 COMMENT=	Astronomical Calculation Library
 
+USES=		autoreconf libtool
 GNU_CONFIGURE=	yes
-USES=		libtool
-USE_AUTOTOOLS=	aclocal autoheader autoconf automake libtoolize
-AUTOMAKE_ARGS=	-a -c -f
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 


More information about the svn-ports-head mailing list