Date: Fri, 31 Oct 2014 13:26:35 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371818 - head/devel/liballium Message-ID: <201410311326.s9VDQZjP023362@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Fri Oct 31 13:26:35 2014 New Revision: 371818 URL: https://svnweb.freebsd.org/changeset/ports/371818 QAT: https://qat.redports.org/buildarchive/r371818/ Log: devel/liballium: Fix style and add TEST option PR: 194139 Submitted by: Jan Beich Approved by: maintainer Modified: head/devel/liballium/Makefile Modified: head/devel/liballium/Makefile ============================================================================== --- head/devel/liballium/Makefile Fri Oct 31 13:24:06 2014 (r371817) +++ head/devel/liballium/Makefile Fri Oct 31 13:26:35 2014 (r371818) @@ -4,7 +4,6 @@ PORTNAME= liballium PORTVERSION= 0.0.1 CATEGORIES= devel security -MASTER_SITES= GH DISTNAME= g-${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-${GH_COMMIT} MAINTAINER= fk@fabiankeil.de @@ -17,15 +16,15 @@ GH_TAGNAME= ${GH_COMMIT} GNU_CONFIGURE= yes USES= autoreconf libtool pathfix pkgconfig tar:bzip2 +PATHFIX_MAKEFILEIN=Makefile.am +INSTALL_TARGET= install-strip USE_LDCONFIG= yes PLIST_SUB+= PKGNAME=${PKGNAME} -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS TEST -post-patch: - @${REINPLACE_CMD} -E -e "s@^(pkgconfigdir =) .*@\1 ${LOCALBASE}/libdata/pkgconfig@" \ - ${WRKSRC}/Makefile.am +TEST_ALL_TARGET=check post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410311326.s9VDQZjP023362>