aboutsummaryrefslogtreecommitdiff
path: root/sysutils/spinner
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 15:23:53 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 15:23:53 +0000
commit57fca4545dcbb31216f21636851d128bfb743b50 (patch)
treececcfcf6f75d2c5472fdf9dc887f1e75a03a89cf /sysutils/spinner
parent6845fa30aea14121ac7bc08dbad9fed464287954 (diff)
downloadports-57fca4545dcbb31216f21636851d128bfb743b50.tar.gz
ports-57fca4545dcbb31216f21636851d128bfb743b50.zip
Support staging
Notes
Notes: svn path=/head/; revision=346024
Diffstat (limited to 'sysutils/spinner')
-rw-r--r--sysutils/spinner/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/sysutils/spinner/Makefile b/sysutils/spinner/Makefile
index e7676055194b..60e046785e1b 100644
--- a/sysutils/spinner/Makefile
+++ b/sysutils/spinner/Makefile
@@ -9,15 +9,13 @@ MASTER_SITES= http://downloads.laffeycomputer.com/current_builds/spinner/
MAINTAINER= mich@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>