Index: head/databases/tinycdb/Makefile =================================================================== --- head/databases/tinycdb/Makefile (revision 376954) +++ head/databases/tinycdb/Makefile (revision 376955) @@ -1,24 +1,22 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= tinycdb PORTVERSION= 0.78 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= http://www.corpit.ru/mjt/tinycdb/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Analogous to cdb, but faster -USES= gmake -USE_LDCONFIG= yes -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}" ALL_TARGET= static sharedlib INSTALL_TARGET= install install-sharedlib +MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}" +USE_LDCONFIG= yes +USES= gmake -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -PLIST_FILES= bin/cdb include/cdb.h lib/libcdb.a lib/libcdb.so lib/libcdb.so.1 \ - man/man1/cdb.1.gz man/man3/cdb.3.gz man/man5/cdb.5.gz +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cdb ${STAGEDIR}${PREFIX}/lib/libcdb.so.1 .include Index: head/databases/tinycdb/pkg-plist =================================================================== --- head/databases/tinycdb/pkg-plist (nonexistent) +++ head/databases/tinycdb/pkg-plist (revision 376955) @@ -0,0 +1,8 @@ +bin/cdb +include/cdb.h +lib/libcdb.a +lib/libcdb.so +lib/libcdb.so.1 +man/man1/cdb.1.gz +man/man3/cdb.3.gz +man/man5/cdb.5.gz Property changes on: head/databases/tinycdb/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property