aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-13 03:25:34 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-13 03:25:34 +0800
commiteb88a4f188cb428674781ee12b5c9e29f1610f17 (patch)
tree38d370ea031c688728dce2ba52d395d5db09ffa7 /sysutils
parent3f56b117ab239369f68b140b4f5b82b2a78fef4a (diff)
downloadfreebsd-ports-gnome-eb88a4f188cb428674781ee12b5c9e29f1610f17.tar.gz
freebsd-ports-gnome-eb88a4f188cb428674781ee12b5c9e29f1610f17.tar.zst
freebsd-ports-gnome-eb88a4f188cb428674781ee12b5c9e29f1610f17.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/fatback/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysutils/fatback/Makefile b/sysutils/fatback/Makefile
index bec73a8f41b9..34e25c384cdf 100644
--- a/sysutils/fatback/Makefile
+++ b/sysutils/fatback/Makefile
@@ -27,12 +27,9 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_DATA} ${WRKSRC}/fatback-manual.info ${STAGEDIR}${PREFIX}/${INFO_PATH}
-
-.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in fatback-manual.texi texinfo.tex ChangeLog AUTHORS
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>