diff options
Diffstat (limited to 'comms/klog/Makefile')
-rw-r--r-- | comms/klog/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/comms/klog/Makefile b/comms/klog/Makefile index 0665f63968f0..b1009907c02f 100644 --- a/comms/klog/Makefile +++ b/comms/klog/Makefile @@ -10,17 +10,20 @@ PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= http://download.berlios.de/klog/ -MAINTAINER= matt@mattsnetwork.co.uk +MAINTAINER= az@az.inec.ru COMMENT= ADIF compatible logging application GNU_CONFIGURE= yes USE_GMAKE= yes +USE_REINPLACE= yes USE_KDELIBS_VER=3 .include <bsd.port.pre.mk> .if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" +post-patch: + @${FIND} ${WRKSRC} -name "*.cpp" -and -not -name "main.cpp"| \ + ${XARGS} ${REINPLACE_CMD} -e "s|^};|}|;s|{};|{}|;s|;};|;}|g" .endif .include <bsd.port.post.mk> |