diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:40:19 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:40:19 +0800 |
commit | d4efb50172e39b8aaa61fdc0139b2ead3ab66208 (patch) | |
tree | 80abd3c92c5c0837904db15f32b0bb60bdd63b08 /security/cksfv | |
parent | cd541dd118c95370075635bf2b65da5ef763cfd3 (diff) | |
download | freebsd-ports-gnome-d4efb50172e39b8aaa61fdc0139b2ead3ab66208.tar.gz freebsd-ports-gnome-d4efb50172e39b8aaa61fdc0139b2ead3ab66208.tar.zst freebsd-ports-gnome-d4efb50172e39b8aaa61fdc0139b2ead3ab66208.zip |
Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.
Encouraged by: mat
Diffstat (limited to 'security/cksfv')
-rw-r--r-- | security/cksfv/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/cksfv/Makefile b/security/cksfv/Makefile index afef8a1661bc..10f001bb875a 100644 --- a/security/cksfv/Makefile +++ b/security/cksfv/Makefile @@ -20,8 +20,6 @@ PORTDOCS= README ChangeLog OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -e 's|^\(CC\)=|\1?=|' ${WRKSRC}/src/Makefile.in |