summaryrefslogtreecommitdiff
path: root/databases/sqlite3-docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/sqlite3-docs/Makefile')
-rw-r--r--databases/sqlite3-docs/Makefile15
1 files changed, 5 insertions, 10 deletions
diff --git a/databases/sqlite3-docs/Makefile b/databases/sqlite3-docs/Makefile
index 6911c09f9a7..c38f2077f17 100644
--- a/databases/sqlite3-docs/Makefile
+++ b/databases/sqlite3-docs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2011/04/12 19:03:48 adam Exp $
+# $NetBSD: Makefile,v 1.4 2011/07/08 09:35:39 adam Exp $
-DISTNAME= sqlite-doc-3070600
-PKGNAME= sqlite3-docs-3.7.6
+DISTNAME= sqlite-doc-3070701
+PKGNAME= sqlite3-docs-3.7.7.1
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
http://www.sqlite.org/
@@ -22,16 +22,11 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
USE_TOOLS+= find xargs pax
+NO_CONFIGURE= yes
+NO_BUILD= yes
DOCDIR= share/doc/sqlite3
INSTALLATION_DIRS+= ${DOCDIR}
-post-extract:
- find ${WRKSRC} -type f -print | xargs chmod 644
- find ${WRKSRC} -type d -print | xargs chmod 755
-
-do-build:
- ${TRUE}
-
do-install:
cd ${WRKSRC} && ${PAX} -rw . ${DESTDIR}${PREFIX}/${DOCDIR}