aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-13 03:25:51 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-13 03:25:51 +0800
commit42996a3e1a30cea0d98be129d5f3d2b4c7666ff2 (patch)
tree7d7c7ebce803e4c06593d80a1c4caddee2b6b406 /sysutils
parent9d55bb1c96eb809acddae1e4e14765f3ad6093cb (diff)
downloadfreebsd-ports-gnome-42996a3e1a30cea0d98be129d5f3d2b4c7666ff2.tar.gz
freebsd-ports-gnome-42996a3e1a30cea0d98be129d5f3d2b4c7666ff2.tar.zst
freebsd-ports-gnome-42996a3e1a30cea0d98be129d5f3d2b4c7666ff2.zip
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/rej/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysutils/rej/Makefile b/sysutils/rej/Makefile
index bb9e9e1e7a5c..63d4a6858513 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