diff options
author | mycroft <mycroft@pkgsrc.org> | 2002-07-15 18:23:40 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2002-07-15 18:23:40 +0000 |
commit | 9e3878ee9e472480b15c1c5915ba13898c0e0c4b (patch) | |
tree | 78f8edd40e27e8940a3891fa07fb548bba8c606e /databases/db3 | |
parent | 4f180130ab56d7e20a2b1fab81c59b0a128d8dd1 (diff) | |
download | pkgsrc-9e3878ee9e472480b15c1c5915ba13898c0e0c4b.tar.gz |
Move the mkdir line...
Diffstat (limited to 'databases/db3')
-rw-r--r-- | databases/db3/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/db3/PLIST b/databases/db3/PLIST index ffe27f7f08b..93bb3b3cd1e 100644 --- a/databases/db3/PLIST +++ b/databases/db3/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/07/15 18:22:10 mycroft Exp $ -@exec ${MKDIR} %D/share/doc/db3/ref/splash +@comment $NetBSD: PLIST,v 1.4 2002/07/15 18:23:40 mycroft Exp $ bin/db3_archive bin/db3_checkpoint bin/db3_deadlock @@ -782,6 +781,7 @@ share/doc/db3/reftoc.html share/doc/db3/sleepycat/contact.html share/doc/db3/sleepycat/legal.html share/doc/db3/sleepycat/license.html +@exec ${MKDIR} %D/share/doc/db3/ref/splash share/doc/db3/utility/berkeley_db_svc.html share/doc/db3/utility/db_archive.html share/doc/db3/utility/db_checkpoint.html |