Date: Tue, 18 Oct 2016 04:52:14 +0000 (UTC) From: Colin Percival <cperciva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424147 - head/ports-mgmt/port-index-uniquifier Message-ID: <201610180452.u9I4qEJt005451@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610180452.u9I4qEJt005451>