summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-12 19:25:51 +0000
committerehaupt <ehaupt@FreeBSD.org>2014-02-12 19:25:51 +0000
commit42996a3e1a30cea0d98be129d5f3d2b4c7666ff2 (patch)
tree7d7c7ebce803e4c06593d80a1c4caddee2b6b406
parent9d55bb1c96eb809acddae1e4e14765f3ad6093cb (diff)
downloadFreeBSD-ports-42996a3e1a30cea0d98be129d5f3d2b4c7666ff2.zip
FreeBSD-ports-42996a3e1a30cea0d98be129d5f3d2b4c7666ff2.tar.gz
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
-rw-r--r--sysutils/rej/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysutils/rej/Makefile b/sysutils/rej/Makefile
index bb9e9e1..63d4a68 100644
--- a/sysutils/rej/Makefile
+++ b/sysutils/rej/Makefile
@@ -31,13 +31,10 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${f} \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}-${f}
.endfor
-
-.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
run-test: patch
@cd ${WRKSRC}; ${SH} runtests.sh
OpenPOWER on IntegriCloud