aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2016-10-18 12:52:14 +0800
committercperciva <cperciva@FreeBSD.org>2016-10-18 12:52:14 +0800
commit6f394459db505d7db72532263fd83938abf3ff4e (patch)
tree39d235c5363b0a67716cb35def254f96d9f209c5 /ports-mgmt
parentde341aacd8eb9602c013bcce6ec250f97804e8f8 (diff)
downloadfreebsd-ports-gnome-6f394459db505d7db72532263fd83938abf3ff4e.tar.gz
freebsd-ports-gnome-6f394459db505d7db72532263fd83938abf3ff4e.tar.zst
freebsd-ports-gnome-6f394459db505d7db72532263fd83938abf3ff4e.zip
Simplify Makefile via USES=metaport.
Submitted by: mat
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/port-index-uniquifier/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/ports-mgmt/port-index-uniquifier/Makefile b/ports-mgmt/port-index-uniquifier/Makefile
index 075e9846c44b..0149fcc5f063 100644
--- a/ports-mgmt/port-index-uniquifier/Makefile
+++ b/ports-mgmt/port-index-uniquifier/Makefile
@@ -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>