aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-28 10:02:18 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-28 10:02:18 +0000
commit0afcedd7c989783d10d7bcf2e5987d9b076fa9bc (patch)
treedc76d04dd498211f9511818f32987e86a413ee9c /net
parent8fd7b0387a54e92a79070021b6e4937794e6ed76 (diff)
downloadports-0afcedd7c989783d10d7bcf2e5987d9b076fa9bc.tar.gz
ports-0afcedd7c989783d10d7bcf2e5987d9b076fa9bc.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/sprinkle/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/net/sprinkle/Makefile b/net/sprinkle/Makefile
index 4f4a4cdc8f5d..0436d298b230 100644
--- a/net/sprinkle/Makefile
+++ b/net/sprinkle/Makefile
@@ -13,12 +13,11 @@ NO_BUILD= yes
USE_PYTHON= yes
WRKSRC= ${WRKDIR}/sprinkle-dist
-NO_STAGE= yes
+OPTIONS_DEFINE= DOCS
+
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/sprinkle.py ${PREFIX}/sbin
-.ifndef(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${CP} -R ${WRKSRC}/doc/*.* ${DOCSDIR}
-.endif
+ ${INSTALL_SCRIPT} ${WRKSRC}/sprinkle.py ${STAGEDIR}${PREFIX}/sbin
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/*.* ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>