aboutsummaryrefslogtreecommitdiff
path: root/textproc/colordiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-03-08 06:29:31 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-03-08 06:29:31 +0000
commitd62d1c29b2db16539c364d6d9c61d78b5672fab1 (patch)
treeda3f95a192be3d295f3342f09d29087eca12a8e9 /textproc/colordiff
parent224084a0dafbce10a03533310e51a7a6568fa705 (diff)
downloadports-d62d1c29b2db16539c364d6d9c61d78b5672fab1.tar.gz
ports-d62d1c29b2db16539c364d6d9c61d78b5672fab1.zip
- Tighten COMMENT
- Use MAN1PREFIX PR: 176739 Submitted by: jgh
Notes
Notes: svn path=/head/; revision=313619
Diffstat (limited to 'textproc/colordiff')
-rw-r--r--textproc/colordiff/Makefile4
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