svn commit: r424147 - head/ports-mgmt/port-index-uniquifier

Colin Percival cperciva at FreeBSD.org
Tue Oct 18 04:52:16 UTC 2016


Author: cperciva
Date: Tue Oct 18 04:52:14 2016
New Revision: 424147
URL: https://svnweb.freebsd.org/changeset/ports/424147

Log:
  Simplify Makefile via USES=metaport.
  
  Submitted by:	mat

Modified:
  head/ports-mgmt/port-index-uniquifier/Makefile

Modified: head/ports-mgmt/port-index-uniquifier/Makefile
==============================================================================
--- head/ports-mgmt/port-index-uniquifier/Makefile	Tue Oct 18 00:54:06 2016	(r424146)
+++ head/ports-mgmt/port-index-uniquifier/Makefile	Tue Oct 18 04:52:14 2016	(r424147)
@@ -3,15 +3,10 @@
 PORTNAME=	port-index-uniquifier
 PORTVERSION=	${OSVERSION}
 CATEGORIES=	ports-mgmt
-MASTER_SITES=	# none
-DISTFILES=	# none
-EXTRACT_ONLY=	# none
 
 MAINTAINER=	cperciva at FreeBSD.org
 COMMENT=	Dummy port to ensure major versions have different INDEX files
 
-NO_WRKSUBDIR=	yes
-NO_BUILD=	yes
-NO_INSTALL=	yes
+USES=	metaport
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list