diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:40:55 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:40:55 +0800 |
commit | 3f8252f5882f7c6ad8469ed1476852eccf63e284 (patch) | |
tree | 1726ed1f5cc2de3dd49d86bc3e8f0e3e696d26c1 /sysutils | |
parent | c3153a89706abd44101229aa93dcc23de7bcb776 (diff) | |
download | freebsd-ports-gnome-3f8252f5882f7c6ad8469ed1476852eccf63e284.tar.gz freebsd-ports-gnome-3f8252f5882f7c6ad8469ed1476852eccf63e284.tar.zst freebsd-ports-gnome-3f8252f5882f7c6ad8469ed1476852eccf63e284.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/magicrescue/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysutils/magicrescue/Makefile b/sysutils/magicrescue/Makefile index ab5a6403d55c..01495e2dc2b1 100644 --- a/sysutils/magicrescue/Makefile +++ b/sysutils/magicrescue/Makefile @@ -23,8 +23,6 @@ OPTIONS_DEFINE= DOCS MAKE_ENV+= STAGEDIR=${STAGEDIR} -.include <bsd.port.options.mk> - post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in NEWS README |