diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-08-13 09:01:07 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-08-13 09:01:07 +0000 |
commit | f8be6483d228b115e1ddf5f325a3ab11f2df963d (patch) | |
tree | b262f5a5686d907cc957f689ac62ba534a198a08 /databases/puredb/Makefile | |
parent | 960ece4fda6ecf5ec0abb0d7139b41c8db7f772a (diff) |
Notes
Diffstat (limited to 'databases/puredb/Makefile')
-rw-r--r-- | databases/puredb/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/databases/puredb/Makefile b/databases/puredb/Makefile index b6a27019bb86..3623757fb953 100644 --- a/databases/puredb/Makefile +++ b/databases/puredb/Makefile @@ -11,17 +11,20 @@ DISTNAME= pure-db-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Set of libraries for creating and reading constant databases +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip -DOCS= AUTHORS FORMAT_DESCR NEWS README +PORTDOCS= AUTHORS FORMAT_DESCR NEWS README OPTIONS_DEFINE= DOCS -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |