diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-14 15:39:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-14 15:39:57 +0000 |
commit | 9b94298a29012be91a603b99594c42ce65d96c30 (patch) | |
tree | 43277d86b677aa3d8bebf25363daf788c1684a02 /databases/tokyotyrant | |
parent | 3cd6b1cf9fd6dff6c2af776166e580e096c1ff4f (diff) |
Notes
Diffstat (limited to 'databases/tokyotyrant')
-rw-r--r-- | databases/tokyotyrant/Makefile | 7 | ||||
-rw-r--r-- | databases/tokyotyrant/pkg-plist | 10 |
2 files changed, 11 insertions, 6 deletions
diff --git a/databases/tokyotyrant/Makefile b/databases/tokyotyrant/Makefile index 0d4d7a122cf4..78ab05b6a1f5 100644 --- a/databases/tokyotyrant/Makefile +++ b/databases/tokyotyrant/Makefile @@ -14,19 +14,14 @@ LIB_DEPENDS= libtokyocabinet.so:${PORTSDIR}/databases/tokyocabinet GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GMAKE= yes +USES= gmake USE_RC_SUBR= ttserver -MAN1= tcrmgr.1 tcrmttest.1 tcrtest.1 ttserver.1 ttulmgr.1 ttultest.1 -MAN3= tcrdb.3 tculog.3 ttutil.3 -MAN8= ttservctl.8 - OPTIONS_DEFINE= LUA LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLUA} diff --git a/databases/tokyotyrant/pkg-plist b/databases/tokyotyrant/pkg-plist index b43a29a0312c..7a2261a81152 100644 --- a/databases/tokyotyrant/pkg-plist +++ b/databases/tokyotyrant/pkg-plist @@ -28,6 +28,16 @@ lib/ttskelnull.so lib/ttskelproxy.so libdata/pkgconfig/tokyotyrant.pc sbin/ttservctl +man/man1/tcrmgr.1.gz +man/man1/tcrmttest.1.gz +man/man1/tcrtest.1.gz +man/man1/ttserver.1.gz +man/man1/ttulmgr.1.gz +man/man1/ttultest.1.gz +man/man3/tcrdb.3.gz +man/man3/tculog.3.gz +man/man3/ttutil.3.gz +man/man8/ttservctl.8.gz @dirrmtry libdata/pkgconfig @dirrmtry %%DATADIR%%/ext @dirrmtry %%DATADIR%%/doc |