From 63aa28d127adeeb9cb4be2b2adcb86d366c5ed66 Mon Sep 17 00:00:00 2001 From: khorben Date: Tue, 21 Apr 2015 23:26:42 +0000 Subject: Simplify updates for databases/sqlite3{,-docs,-tcl} This change adds a Makefile.version file, common to every package from SQLite 3. --- databases/sqlite3-docs/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'databases/sqlite3-docs/Makefile') diff --git a/databases/sqlite3-docs/Makefile b/databases/sqlite3-docs/Makefile index 5660eec3000..27ef6c44544 100644 --- a/databases/sqlite3-docs/Makefile +++ b/databases/sqlite3-docs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2015/04/11 12:42:06 adam Exp $ +# $NetBSD: Makefile,v 1.42 2015/04/21 23:26:42 khorben Exp $ -DISTNAME= sqlite-doc-3080900 -PKGNAME= sqlite3-docs-3.8.9 +DISTNAME= sqlite-doc-${SQLITE3_DISTVERSION} +PKGNAME= sqlite3-docs-${SQLITE3_VERSION} CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/2015/ \ http://www.sqlite.org/2015/ @@ -17,6 +17,8 @@ COMMENT= SQL Database Engine in a C Library (docs package) # library." LICENSE= public-domain +.include "../../databases/sqlite3/Makefile.version" + USE_LANGUAGES= # none USE_TOOLS+= find xargs pax -- cgit v1.2.3