Date: Fri, 2 Feb 2018 15:24:51 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460705 - head/devel/liballium Message-ID: <201802021524.w12FOp9b028678@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Feb 2 15:24:51 2018 New Revision: 460705 URL: https://svnweb.freebsd.org/changeset/ports/460705 Log: - Remove bogus (in presence of USE_GITHUB) USES=tar* - Switch to new test framework - Switch to options helpers Approved by: portmgr blanket Modified: head/devel/liballium/Makefile Modified: head/devel/liballium/Makefile ============================================================================== --- head/devel/liballium/Makefile Fri Feb 2 15:20:10 2018 (r460704) +++ head/devel/liballium/Makefile Fri Feb 2 15:24:51 2018 (r460705) @@ -13,17 +13,14 @@ GH_ACCOUNT= Yawning GH_TAGNAME= 0c9b50f GNU_CONFIGURE= yes -USES= autoreconf libtool pathfix pkgconfig tar:bzip2 +USES= autoreconf libtool pathfix pkgconfig INSTALL_TARGET= install-strip +TEST_TARGET= check USE_LDCONFIG= yes -PLIST_SUB+= PKGNAME=${PKGNAME} +OPTIONS_DEFINE= DOCS -OPTIONS_DEFINE= DOCS TEST - -TEST_ALL_TARGET=check - -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802021524.w12FOp9b028678>