svn commit: r346024 - head/sysutils/spinner

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 25 15:23:54 UTC 2014


Author: ehaupt
Date: Tue Feb 25 15:23:53 2014
New Revision: 346024
URL: http://svnweb.freebsd.org/changeset/ports/346024
QAT: https://qat.redports.org/buildarchive/r346024/

Log:
  Support staging

Modified:
  head/sysutils/spinner/Makefile

Modified: head/sysutils/spinner/Makefile
==============================================================================
--- head/sysutils/spinner/Makefile	Tue Feb 25 15:22:55 2014	(r346023)
+++ head/sysutils/spinner/Makefile	Tue Feb 25 15:23:53 2014	(r346024)
@@ -9,15 +9,13 @@ MASTER_SITES=	http://downloads.laffeycom
 MAINTAINER=	mich at FreeBSD.org
 COMMENT=	Keep ssh and telnet connections from dropping due to inactivity
 
-DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
 GNU_CONFIGURE=	yes
 
-NO_STAGE=	yes
+DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
+
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/spinner ${PREFIX}/sbin
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
-.endif
+	${INSTALL_PROGRAM} ${WRKSRC}/spinner ${STAGEDIR}${PREFIX}/sbin
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/README
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list