svn commit: r346503 - head/security/identify

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 28 12:54:01 UTC 2014


Author: ehaupt
Date: Fri Feb 28 12:54:01 2014
New Revision: 346503
URL: http://svnweb.freebsd.org/changeset/ports/346503
QAT: https://qat.redports.org/buildarchive/r346503/

Log:
  Support staging

Modified:
  head/security/identify/Makefile

Modified: head/security/identify/Makefile
==============================================================================
--- head/security/identify/Makefile	Fri Feb 28 12:48:52 2014	(r346502)
+++ head/security/identify/Makefile	Fri Feb 28 12:54:01 2014	(r346503)
@@ -15,17 +15,11 @@ BUILD_DEPENDS=	${LOCALBASE}/lib/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>


More information about the svn-ports-all mailing list