aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fatback
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:25:34 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:25:34 +0000
commita7fe37e81afef0c2562203a50aa6015f18465433 (patch)
tree38d370ea031c688728dce2ba52d395d5db09ffa7 /sysutils/fatback
parenta49e168bfe1ad8126db178aad02a548b5d1bc42a (diff)
downloadports-a7fe37e81afef0c2562203a50aa6015f18465433.tar.gz
ports-a7fe37e81afef0c2562203a50aa6015f18465433.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=343997
Diffstat (limited to 'sysutils/fatback')
-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>