diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:40:50 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:40:50 +0800 |
commit | c3153a89706abd44101229aa93dcc23de7bcb776 (patch) | |
tree | 7b09583ee6c02503c2fc9aa6af13710eec27a3c4 /sysutils | |
parent | e29e2ad254937cb69aeece96b3980f629780687f (diff) | |
download | freebsd-ports-gnome-c3153a89706abd44101229aa93dcc23de7bcb776.tar.gz freebsd-ports-gnome-c3153a89706abd44101229aa93dcc23de7bcb776.tar.zst freebsd-ports-gnome-c3153a89706abd44101229aa93dcc23de7bcb776.zip |
Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.
Encouraged by: mat
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/hploscripts/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysutils/hploscripts/Makefile b/sysutils/hploscripts/Makefile index 7793d961f6d9..b5f908b13d4c 100644 --- a/sysutils/hploscripts/Makefile +++ b/sysutils/hploscripts/Makefile @@ -21,8 +21,6 @@ PORTDOCS= iLO_perl_xml.pdf linux-LOsamplescripts.txt OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - do-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/*.xml ${STAGEDIR}${EXAMPLESDIR} |