diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-28 20:54:01 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-28 20:54:01 +0800 |
commit | 31749072cdee1b4bdedc5944ee5c93f8d861585a (patch) | |
tree | b4badd4e4917e3b13b261ab87f0d211824f68302 /security | |
parent | d059737b9389640ca4f1e3969291aa6cf128ef0e (diff) | |
download | freebsd-ports-gnome-31749072cdee1b4bdedc5944ee5c93f8d861585a.tar.gz freebsd-ports-gnome-31749072cdee1b4bdedc5944ee5c93f8d861585a.tar.zst freebsd-ports-gnome-31749072cdee1b4bdedc5944ee5c93f8d861585a.zip |
Support staging
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> |