diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 19:24:55 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 19:24:55 +0000 |
commit | 4392486eca575e41e35f1c0e70c5b46c6d2f412b (patch) | |
tree | 306c34f6639044c19f9c730c240322b338870f99 /security/bsdsfv | |
parent | f8713982d0f4f99ca6db11fe442acaffd22872cc (diff) | |
download | ports-4392486eca575e41e35f1c0e70c5b46c6d2f412b.tar.gz ports-4392486eca575e41e35f1c0e70c5b46c6d2f412b.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 d52ff85134b1..da7649a9e0e0 100644 --- a/security/bsdsfv/Makefile +++ b/security/bsdsfv/Makefile @@ -21,10 +21,8 @@ post-patch: @${REINPLACE_CMD} -e 's|^\(INSTALL_PREFIX =\).*$$|\1 ${STAGEDIR}${PREFIX}|g' \ ${WRKSRC}/Makefile -.if ${PORT_OPTIONS:MDOCS} post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.mk> |