svn commit: r460705 - head/devel/liballium

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Feb 2 15:24:52 UTC 2018


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}
 


More information about the svn-ports-head mailing list