diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 19:26:08 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 19:26:08 +0000 |
commit | e4689cd4125dc51a8e362fc2881b57fc4d25e0ff (patch) | |
tree | 99a87d5e53c23ce1be716b9c9954251e662d570b /textproc | |
parent | 4104317283752a6e628830f7ea228e1d4c34bf1b (diff) | |
download | ports-e4689cd4125dc51a8e362fc2881b57fc4d25e0ff.tar.gz ports-e4689cd4125dc51a8e362fc2881b57fc4d25e0ff.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/fldiff/Makefile | 2 |
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> |