diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-08-26 00:12:33 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-08-26 00:12:33 +0800 |
commit | 3e5b2dab8497a10dd2fa9c093ea603db6f28f569 (patch) | |
tree | 6697d67e47a68b0bb62a5944a35f813f5e3a7c87 /databases | |
parent | 7fa29625036e5a038b05d290f30ccba3cf65b203 (diff) | |
download | freebsd-ports-gnome-3e5b2dab8497a10dd2fa9c093ea603db6f28f569.tar.gz freebsd-ports-gnome-3e5b2dab8497a10dd2fa9c093ea603db6f28f569.tar.zst freebsd-ports-gnome-3e5b2dab8497a10dd2fa9c093ea603db6f28f569.zip |
- Remove USE_GCC=4.2+
- Use !${PORT_OPTIONS:Mfoo} instead of empty(PORT_OPTIONS:Mfoo)
- Use single space after WWW:
Diffstat (limited to 'databases')
-rw-r--r-- | databases/kyotocabinet/Makefile | 3 | ||||
-rw-r--r-- | 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 <info@fallabs.com> -WWW: http://fallabs.com/kyotocabinet/ +WWW: http://fallabs.com/kyotocabinet/ |