diff options
Diffstat (limited to 'databases/cstore/Makefile')
-rw-r--r-- | databases/cstore/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |