diff options
author | rillig <rillig@pkgsrc.org> | 2008-02-28 11:58:47 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-02-28 11:58:47 +0000 |
commit | b32b7657bb3ff910b6071c84fa0f25c1e9be6915 (patch) | |
tree | 9b57bf8c2c6de33d312b22aa420bb8850c649eff /databases | |
parent | 2509c84ade2521793e7f7ac6ef0a650cbd9cdcc0 (diff) | |
download | pkgsrc-b32b7657bb3ff910b6071c84fa0f25c1e9be6915.tar.gz |
Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/cstore/Makefile | 4 | ||||
-rw-r--r-- | databases/lua-sqlite/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/cstore/Makefile b/databases/cstore/Makefile index e99c4c29f7b..597decc4401 100644 --- a/databases/cstore/Makefile +++ b/databases/cstore/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/01/12 11:36:30 adam Exp $ +# $NetBSD: Makefile,v 1.3 2008/02/28 11:58:47 rillig Exp $ DISTNAME= cstore0.2 PKGNAME= cstore-0.2 @@ -52,7 +52,7 @@ DATAFILES+= lshipdate.sorted.mini DATAFILES+= lshipdate.sorted.tiny DATAFILES+= supp.data -INSTALLATION_DIRS_FROM_PLIST= yes +AUTO_MKDIRS= yes post-extract: cd ${WRKDIR} && mv ${DATAFILES} ${WRKSRC}/data diff --git a/databases/lua-sqlite/Makefile b/databases/lua-sqlite/Makefile index 31fa50e1e01..bacd353c4d1 100644 --- a/databases/lua-sqlite/Makefile +++ b/databases/lua-sqlite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/06/04 07:37:58 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2008/02/28 11:58:48 rillig Exp $ # DISTNAME= lsqlite_src @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR} CFLAGS+= -fPIC LIBS+= -llua -lsqlite -INSTALLATION_DIRS_FROM_PLIST= yes +AUTO_MKDIRS= yes do-build: cd ${WRKSRC}; ${CC} -shared ${CFLAGS} ${LDFLAGS} lsqlite.c \ |