diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-28 12:54:01 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-28 12:54:01 +0000 |
commit | f737d0f044cec61036d97d71f02c943288de8665 (patch) | |
tree | b4badd4e4917e3b13b261ab87f0d211824f68302 /security | |
parent | 09e628db4401a67c194e1a5ae29ac1c6e92aee9c (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/identify/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/security/identify/Makefile b/security/identify/Makefile index 5da9444700f8..57307f47784e 100644 --- a/security/identify/Makefile +++ b/security/identify/Makefile @@ -15,17 +15,11 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libident.a:${PORTSDIR}/security/libident PORTDOCS= README PLIST_FILES= libexec/identify -NO_STAGE= yes - OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/identify ${PREFIX}/libexec -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif + ${INSTALL_PROGRAM} ${WRKSRC}/identify ${STAGEDIR}${PREFIX}/libexec + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |