From 3e5b2dab8497a10dd2fa9c093ea603db6f28f569 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sun, 25 Aug 2013 16:12:33 +0000 Subject: - Remove USE_GCC=4.2+ - Use !${PORT_OPTIONS:Mfoo} instead of empty(PORT_OPTIONS:Mfoo) - Use single space after WWW: --- databases/kyotocabinet/Makefile | 3 +-- databases/kyotocabinet/pkg-descr | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/databases/kyotocabinet/Makefile b/databases/kyotocabinet/Makefile index 58d00afceb2b..97921f59f5f1 100644 --- a/databases/kyotocabinet/Makefile +++ b/databases/kyotocabinet/Makefile @@ -16,7 +16,6 @@ OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes MAKE_ARGS= PCDIR="${PREFIX}/libdata/pkgconfig" -USE_GCC= 4.2+ USE_LDCONFIG= yes USES= gmake @@ -53,7 +52,7 @@ BROKEN= Does not link on powerpc .endif post-patch: -.if empty(PORT_OPTIONS:MDOCS) +.if !${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e '/DOCDIR/d' ${WRKSRC}/Makefile.in .endif diff --git a/databases/kyotocabinet/pkg-descr b/databases/kyotocabinet/pkg-descr index f5c5ec38c77b..4789affbdce8 100644 --- a/databases/kyotocabinet/pkg-descr +++ b/databases/kyotocabinet/pkg-descr @@ -20,5 +20,4 @@ on platforms which have API conforming to C++03 with the TR1 library extensions. Kyoto Cabinet is a free software licensed under the GNU General Public License. -Author: FAL Labs -WWW: http://fallabs.com/kyotocabinet/ +WWW: http://fallabs.com/kyotocabinet/ -- cgit