summaryrefslogtreecommitdiff
path: root/textproc/highlight/Makefile
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-06-22 00:18:46 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-06-22 00:18:46 +0000
commit36c9efa7edb48a0498c480e17f9293ba8d97f40f (patch)
tree2cbc873e190063034a9cfac606c72ae85eede1f1 /textproc/highlight/Makefile
parent- Update to 0.15.11 (diff)
- Update to 2.2.10
PR: ports/82506 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Diffstat (limited to 'textproc/highlight/Makefile')
-rw-r--r--textproc/highlight/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile
index 934f967fa7cb..e1489f711d10 100644
--- a/textproc/highlight/Makefile
+++ b/textproc/highlight/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= highlight
-PORTVERSION= 2.2.7
+PORTVERSION= 2.2.10
PORTEPOCH= 1
CATEGORIES= textproc
MASTER_SITES= http://www.andre-simon.de/zip/
@@ -46,7 +46,8 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/../man/${MAN1}.gz ${MANPREFIX}/man/man1
@${MKDIR} ${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/../langDefs/extensions.conf ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/../extensions.conf ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/../scriptre.conf ${DATADIR}
@${MKDIR} ${DATADIR}/helpmsg
${INSTALL_DATA} ${WRKSRC}/../helpmsg/* ${DATADIR}/helpmsg
@${MKDIR} ${DATADIR}/langDefs