Date: Sat, 28 Mar 2015 15:40:47 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382512 - head/devel/fam Message-ID: <201503281540.t2SFelZ5001837@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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]*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503281540.t2SFelZ5001837>