diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-13 09:40:14 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-13 09:40:14 +0000 |
commit | bdc7274a3b36e789a81570b03f30ed92b2f39a9c (patch) | |
tree | dc3e46e6a379ad2d4705019a2576ee4a43fa3bf3 /security/bsdsfv | |
parent | 17aa279fc727248e39d6d94a087a2fca8575ae45 (diff) | |
download | ports-bdc7274a3b36e789a81570b03f30ed92b2f39a9c.tar.gz ports-bdc7274a3b36e789a81570b03f30ed92b2f39a9c.zip |
Notes
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 |