diff options
Diffstat (limited to 'devel/cmake')
-rw-r--r-- | devel/cmake/Makefile | 3 |
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> |