From owner-svn-ports-all@FreeBSD.ORG Fri Oct 31 13:26:35 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E60D5952; Fri, 31 Oct 2014 13:26:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D25D880; Fri, 31 Oct 2014 13:26:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9VDQZfq023363; Fri, 31 Oct 2014 13:26:35 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9VDQZjP023362; Fri, 31 Oct 2014 13:26:35 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201410311326.s9VDQZjP023362@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 31 Oct 2014 13:26:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371818 - head/devel/liballium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2014 13:26:36 -0000 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}