aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-13 09:40:37 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-13 09:40:37 +0000
commit7ff5cccf01e585f2fe69dd694c9597c5e5fb02f3 (patch)
treeefa9990429770c7a73fff691be84284b2e602bba
parentaa2c349078731e4afacb98706bcc8d8b1f06e990 (diff)
downloadports-7ff5cccf01e585f2fe69dd694c9597c5e5fb02f3.tar.gz
ports-7ff5cccf01e585f2fe69dd694c9597c5e5fb02f3.zip
Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards. Encouraged by: mat
Notes
Notes: svn path=/head/; revision=344074
-rw-r--r--sysutils/disktype/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysutils/disktype/Makefile b/sysutils/disktype/Makefile
index 14e734bf460d..10e2ace67f26 100644
--- a/sysutils/disktype/Makefile
+++ b/sysutils/disktype/Makefile
@@ -16,8 +16,6 @@ PORTDOCS= README
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
post-patch:
.for var in CFLAGS LDFLAGS CC
@${REINPLACE_CMD} -e 's|^\(${var}\)[ ]*=|\1 ?=|' \