svn commit: r382512 - head/devel/fam

Baptiste Daroussin bapt at FreeBSD.org
Sat Mar 28 15:40:47 UTC 2015


Author: bapt
Date: Sat Mar 28 15:40:46 2015
New Revision: 382512
URL: https://svnweb.freebsd.org/changeset/ports/382512
QAT: https://qat.redports.org/buildarchive/r382512/

Log:
  Convert to USES=autoreconf
  Strip binaries

Modified:
  head/devel/fam/Makefile

Modified: head/devel/fam/Makefile
==============================================================================
--- head/devel/fam/Makefile	Sat Mar 28 15:38:41 2015	(r382511)
+++ head/devel/fam/Makefile	Sat Mar 28 15:40:46 2015	(r382512)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fam
 PORTVERSION=	2.6.10
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	devel
 MASTER_SITES=	ftp://oss.sgi.com/projects/fam/download/
 DIST_SUBDIR=	${PORTNAME}
@@ -13,11 +13,10 @@ COMMENT=	File alteration monitor
 
 CFLAGS+=	-Wno-deprecated
 
-USES=		gmake libtool
-USE_AUTOTOOLS=	libtoolize aclocal autoconf autoheader automake
-AUTOMAKE_ARGS=	-a -c -f
+USES=		autoreconf gmake libtool
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
+GNU_CONFIGURE=	yes
 SUB_FILES=	pkg-message
 
 #CONFLICTS_INSTALL=	gamin-[0-9]*


More information about the svn-ports-head mailing list