Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/ports/Mk/bsd.port.options.mk')
-rw-r--r--test/ports/Mk/bsd.port.options.mk23
1 files changed, 0 insertions, 23 deletions
diff --git a/test/ports/Mk/bsd.port.options.mk b/test/ports/Mk/bsd.port.options.mk
deleted file mode 100644
index 70ce7cec..00000000
--- a/test/ports/Mk/bsd.port.options.mk
+++ /dev/null
@@ -1,23 +0,0 @@
-# bsd.port.options.mk - Allow OPTIONS to determine dependencies
-#
-# usage:
-#
-# .include "bsd.port.options.mk"
-# <deal with user options>
-# .include "bsd.port.pre.mk"
-# <other work, including adjusting dependencies>
-# .include "bsd.port.post.mk"
-#
-# Created by: Shaun Amott <shaun@inerd.com>
-#
-# $FreeBSD: head/Mk/bsd.port.options.mk 358258 2014-06-18 12:21:35Z bapt $
-#
-
-OPTIONS_Include_MAINTAINER= portmgr@FreeBSD.org
-
-USEOPTIONSMK= yes
-INOPTIONSMK= yes
-
-.include "bsd.port.mk"
-
-.undef INOPTIONSMK