diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:40:14 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:40:14 +0800 |
commit | cd541dd118c95370075635bf2b65da5ef763cfd3 (patch) | |
tree | dc3e46e6a379ad2d4705019a2576ee4a43fa3bf3 /security/bsdsfv | |
parent | 124122e75ab0a6254dd6920e80228747a8121356 (diff) | |
download | freebsd-ports-gnome-cd541dd118c95370075635bf2b65da5ef763cfd3.tar.gz freebsd-ports-gnome-cd541dd118c95370075635bf2b65da5ef763cfd3.tar.zst freebsd-ports-gnome-cd541dd118c95370075635bf2b65da5ef763cfd3.zip |
Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.
Encouraged by: mat
Diffstat (limited to 'security/bsdsfv')
-rw-r--r-- | security/bsdsfv/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/bsdsfv/Makefile b/security/bsdsfv/Makefile index da7649a9e0e0..34f4f12736ec 100644 --- a/security/bsdsfv/Makefile +++ b/security/bsdsfv/Makefile @@ -15,8 +15,6 @@ PORTDOCS= MANUAL OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -e 's|^\(INSTALL_PREFIX =\).*$$|\1 ${STAGEDIR}${PREFIX}|g' \ ${WRKSRC}/Makefile |