summaryrefslogtreecommitdiff
path: root/textproc/colordiff/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2015-02-10 13:45:13 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2015-02-10 13:45:13 +0000
commit8bb1d1c4acf1e2afb7ad1cca43471aa9da9aeea4 (patch)
tree336ce0fdfb693650fae319665fa344c1f9631cf1 /textproc/colordiff/Makefile
parentFix hanging of xfe. (diff)
Fix config file search patch.
PR: 197515 (based on) Submitted by: mw+freebsd@barfooze.de
Notes
Notes: svn path=/head/; revision=378777
Diffstat (limited to 'textproc/colordiff/Makefile')
-rw-r--r--textproc/colordiff/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/colordiff/Makefile b/textproc/colordiff/Makefile
index cffbdf4f8171..e278e07e0c19 100644
--- a/textproc/colordiff/Makefile
+++ b/textproc/colordiff/Makefile
@@ -3,7 +3,7 @@
PORTNAME= colordiff
PORTVERSION= 1.0.13
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://www.colordiff.org/ LOCAL/ehaupt
@@ -18,7 +18,8 @@ NO_BUILD= yes
SHEBANG_FILES= colordiff.pl
post-patch:
- @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|' ${WRKSRC}/${PORTNAME}.1
+ @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|' \
+ ${WRKSRC}/${PORTNAME}.pl ${WRKSRC}/${PORTNAME}.1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin/${PORTNAME}