aboutsummaryrefslogtreecommitdiff
path: root/net/rsync
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:24:39 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:24:39 +0000
commit273c3fe6f78bad5f616214d059959b4651b0db67 (patch)
tree6af027920f68c844ce40a918293c6bbf8cec3f72 /net/rsync
parent23da8b86e482257304e2a84f13cf313b4abcda3c (diff)
downloadports-273c3fe6f78bad5f616214d059959b4651b0db67.tar.gz
ports-273c3fe6f78bad5f616214d059959b4651b0db67.zip
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Notes
Notes: svn path=/head/; revision=343984
Diffstat (limited to 'net/rsync')
-rw-r--r--net/rsync/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index dd713fa0f66c..87bbef943e1f 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -139,10 +139,8 @@ pre-configure:
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rsync
@${INSTALL_DATA} ${FILESDIR}/rsyncd.conf.sample ${STAGEDIR}${PREFIX}/etc/
-.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
-.endif
test: build
@cd ${WRKSRC} && ${MAKE} check