aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2004-11-04 21:59:30 +0000
committerGreg Lewis <glewis@FreeBSD.org>2004-11-04 21:59:30 +0000
commite9cbc7332b7f9b2a5198466ec27a1e9cb0e8323c (patch)
treed1d6bbc2968e1f6991182c7ca9f1b5cd1defd789 /textproc
parent61e8de29ce8b412097e0ff6fbcc9f21c0ff069fc (diff)
downloadports-e9cbc7332b7f9b2a5198466ec27a1e9cb0e8323c.tar.gz
ports-e9cbc7332b7f9b2a5198466ec27a1e9cb0e8323c.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/highlight/Makefile6
-rw-r--r--textproc/highlight/distinfo4
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile
index dcea23d895b1..e92e331ffffd 100644
--- a/textproc/highlight/Makefile
+++ b/textproc/highlight/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= highlight
-PORTVERSION= 2.2.2
+PORTVERSION= 2.2.5
PORTEPOCH= 1
CATEGORIES= textproc
MASTER_SITES= http://www.andre-simon.de/zip/
@@ -22,7 +22,7 @@ USE_GETOPT_LONG= yes
USE_REINPLACE= yes
USE_GMAKE= yes
MAKEFILE= makefile
-MAKE_ARGS= CC="${CXX}" \
+MAKE_ARGS= CXX="${CXX}" \
CFLAGS="${CXXFLAGS} ${CPPFLAGS} -DHAVE_DECL_GETOPT" \
LDFLAGS="${LDFLAGS}"
ALL_TARGET= ${PORTNAME}
@@ -59,7 +59,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/../${i} ${DOCSDIR}
.endfor
@${MKDIR} ${EXAMPLESDIR}
- ${TAR} -C ${WRKSRC}/../utils -cf - . | \
+ ${TAR} -C ${WRKSRC}/../examples -cf - . | \
${TAR} -C ${EXAMPLESDIR} --unlink -xf -
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}
.endif
diff --git a/textproc/highlight/distinfo b/textproc/highlight/distinfo
index 001e84d64f5d..04cf8eebc995 100644
--- a/textproc/highlight/distinfo
+++ b/textproc/highlight/distinfo
@@ -1,2 +1,2 @@
-MD5 (highlight-2.2-2.tar.gz) = 59294b589034116ec006b1d23d150494
-SIZE (highlight-2.2-2.tar.gz) = 269315
+MD5 (highlight-2.2-5.tar.gz) = 7cc4d516dd495d1db5b04ce02cb4510d
+SIZE (highlight-2.2-5.tar.gz) = 279843