diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-14 18:36:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-14 18:36:19 +0000 |
commit | 4e115dda12cd686bd9081bacf329d8eb2c60e0d5 (patch) | |
tree | 68db00e7907b51d11ff72a26434a6a6cba269bc7 /databases/db | |
parent | 276bf7e13861724957da385c6f2b8b4052a5d9f6 (diff) | |
download | pkgsrc-4e115dda12cd686bd9081bacf329d8eb2c60e0d5.tar.gz |
Convert @exec/@unexec to @pkgdir or drop it.
Diffstat (limited to 'databases/db')
-rw-r--r-- | databases/db/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/db/PLIST b/databases/db/PLIST index 6ffdbec507b..fe7084af216 100644 --- a/databases/db/PLIST +++ b/databases/db/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2009/06/14 17:43:14 joerg Exp $ +@comment $NetBSD: PLIST,v 1.10 2009/06/14 18:36:19 joerg Exp $ bin/db2_archive bin/db2_checkpoint bin/db2_deadlock @@ -459,6 +459,6 @@ share/doc/db2/utility/db_load.html share/doc/db2/utility/db_recover.html share/doc/db2/utility/db_stat.html share/doc/db2/utility/db_archive.html -@exec ${MKDIR} %D/share/doc/db2/api_java/special -@exec ${MKDIR} %D/share/doc/db2/api_cxx/special -@exec ${MKDIR} %D/share/doc/db2/api_c/special +@pkgdir share/doc/db2/api_java/special +@pkgdir share/doc/db2/api_cxx/special +@pkgdir share/doc/db2/api_c/special |