aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cmake')
-rw-r--r--devel/cmake/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/cmake/Makefile b/devel/cmake/Makefile
index f434dd44a5d..57cff5cbbf7 100644
--- a/devel/cmake/Makefile
+++ b/devel/cmake/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cmake
PORTVERSION= 2.6.1
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.cmake.org/files/v${PORTVERSION:C/\.[[:digit:]]+$//}/ \
${MASTER_SITE_LOCAL}
@@ -35,5 +36,7 @@ MAN1= ccmake.1 \
post-patch:
@${GREP} -rl '/usr/X11R6' ${WRKSRC}/Modules ${WRKSRC}/Tests | \
${XARGS} ${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g'
+ @${REINPLACE_CMD} -e 's,/opt/kde4,${LOCALBASE}/kde4,g' \
+ ${WRKSRC}/Modules/FindKDE4.cmake
.include <bsd.port.mk>
FilesLines * Add DOCS options to ports that should have one.mat2018-09-101-0/+2 * Update Linux CentOS 7 ports to 7.4.1708.tijl2017-10-274-22/+21 * Enable i386 support to Linux CentOS 7 ports.tijl2017-02-011-0/+17 * - Autodetect the installed linux_base port and use LINUX_DEFAULT only astijl2017-02-013-5/+8 * Update Linux CentOS 7 ports to 7.3.1611. While 7.2 had semi-official i386tijl2017-01-194-27/+10 * Add missing dependencies.tijl2016-11-031-0/+2 * Remove duplicate lines from plistantoine2016-10-202-10/+0