diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-09-15 20:48:10 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-09-15 20:48:10 +0000 |
commit | 83819083dc2657e20c84b9f33b745c2fabf737fc (patch) | |
tree | c40bf1acbb0b9d577513472eac00e608e38239f9 /comms | |
parent | b0b83793f168fc17d9dd4298b71f95632ddca2e0 (diff) |
Notes
Diffstat (limited to 'comms')
-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> |