aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/highlight/Makefile
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2004-11-05 05:59:30 +0800
committerglewis <glewis@FreeBSD.org>2004-11-05 05:59:30 +0800
commit5c56791e413d5963a6e140c0698510b650419e10 (patch)
treef9ca4d82cb39ea2dcabdc5080cc9530f85f52ec7 /textproc/highlight/Makefile
parent5dba5dd3efc1f431159d66791800c2a0851472c9 (diff)
downloadfreebsd-ports-gnome-5c56791e413d5963a6e140c0698510b650419e10.tar.gz
freebsd-ports-gnome-5c56791e413d5963a6e140c0698510b650419e10.tar.zst
freebsd-ports-gnome-5c56791e413d5963a6e140c0698510b650419e10.zip
. Update to 2.2.5.
PR: 73475 Submitted by: Ports Fury
Diffstat (limited to 'textproc/highlight/Makefile')
-rw-r--r--textproc/highlight/Makefile6
1 files changed, 3 insertions, 3 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