diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-03-08 06:29:31 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-03-08 06:29:31 +0000 |
commit | d62d1c29b2db16539c364d6d9c61d78b5672fab1 (patch) | |
tree | da3f95a192be3d295f3342f09d29087eca12a8e9 /textproc/colordiff | |
parent | 224084a0dafbce10a03533310e51a7a6568fa705 (diff) | |
download | ports-d62d1c29b2db16539c364d6d9c61d78b5672fab1.tar.gz ports-d62d1c29b2db16539c364d6d9c61d78b5672fab1.zip |
Notes
Diffstat (limited to 'textproc/colordiff')
-rw-r--r-- | textproc/colordiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/colordiff/Makefile b/textproc/colordiff/Makefile index 233f7277a45f..fca1f4a8e872 100644 --- a/textproc/colordiff/Makefile +++ b/textproc/colordiff/Makefile @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= http://www.colordiff.org/ CRITICAL MAINTAINER= ehaupt@FreeBSD.org -COMMENT= A tool to colorize diff output +COMMENT= Tool to colorize diff output LICENSE= GPLv2 @@ -24,7 +24,7 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME} - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/colordiffrc ${PREFIX}/etc/colordiffrc.default .if !exists(${PREFIX}/etc/colordiffrc) ${INSTALL_DATA} ${WRKSRC}/colordiffrc ${PREFIX}/etc |