aboutsummaryrefslogtreecommitdiff
path: root/textproc/fldiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:26:08 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:26:08 +0000
commite4689cd4125dc51a8e362fc2881b57fc4d25e0ff (patch)
tree99a87d5e53c23ce1be716b9c9954251e662d570b /textproc/fldiff
parent4104317283752a6e628830f7ea228e1d4c34bf1b (diff)
downloadports-e4689cd4125dc51a8e362fc2881b57fc4d25e0ff.tar.gz
ports-e4689cd4125dc51a8e362fc2881b57fc4d25e0ff.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=344005
Diffstat (limited to 'textproc/fldiff')
-rw-r--r--textproc/fldiff/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/textproc/fldiff/Makefile b/textproc/fldiff/Makefile
index 1f13a1d2c02d..2178a04b104f 100644
--- a/textproc/fldiff/Makefile
+++ b/textproc/fldiff/Makefile
@@ -35,9 +35,7 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/fldiff.man ${STAGEDIR}${MAN1PREFIX}/man/man1/fldiff.1
${INSTALL_DATA} ${WRKSRC}/fldiff.desktop ${STAGEDIR}${PREFIX}/share/applications
${INSTALL_DATA} ${WRKSRC}/fldiff.png ${STAGEDIR}${PREFIX}/share/pixmaps
-.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>