diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:40:41 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:40:41 +0800 |
commit | ee6e1898be431f1ad4c11d9c158c5edd67b2e153 (patch) | |
tree | 25c420bd10c5572d43d65f546089ebc5dd146878 /sysutils | |
parent | 60089b39dd2961c0a4cd96c3f5012f7ff1ecd6a5 (diff) | |
download | freebsd-ports-gnome-ee6e1898be431f1ad4c11d9c158c5edd67b2e153.tar.gz freebsd-ports-gnome-ee6e1898be431f1ad4c11d9c158c5edd67b2e153.tar.zst freebsd-ports-gnome-ee6e1898be431f1ad4c11d9c158c5edd67b2e153.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/fatback/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysutils/fatback/Makefile b/sysutils/fatback/Makefile index 34e25c384cdf..2b68d5177153 100644 --- a/sysutils/fatback/Makefile +++ b/sysutils/fatback/Makefile @@ -18,8 +18,6 @@ EXTRACT_AFTER_ARGS= --exclude 'getopt*' \ OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -e "s/-Werror//g" ${WRKSRC}/Makefile.in |