diff options
author | jlam <jlam@pkgsrc.org> | 2008-04-12 22:42:57 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-04-12 22:42:57 +0000 |
commit | 841dfa0e7aaa6a0f0cce2901291d1d938dd0fc0a (patch) | |
tree | fdd67c81079412bf94013749a954125434a9baca /archivers/p7zip/PLIST | |
parent | 6874584eae20f517f70816571f6d4ac696db16b3 (diff) | |
download | pkgsrc-841dfa0e7aaa6a0f0cce2901291d1d938dd0fc0a.tar.gz |
Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
Diffstat (limited to 'archivers/p7zip/PLIST')
-rw-r--r-- | archivers/p7zip/PLIST | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/archivers/p7zip/PLIST b/archivers/p7zip/PLIST index 49a4982c8dc..2c4f8dc25ab 100644 --- a/archivers/p7zip/PLIST +++ b/archivers/p7zip/PLIST @@ -1,29 +1,29 @@ -@comment $NetBSD: PLIST,v 1.13 2007/12/16 09:25:22 adam Exp $ +@comment $NetBSD: PLIST,v 1.14 2008/04/12 22:42:57 jlam Exp $ bin/7z bin/7za -${DYNAMIC_7Z}lib/7z/7z -${DYNAMIC_7Z}lib/7z/Codecs/7zAES.dll -${DYNAMIC_7Z}lib/7z/Codecs/AES.dll -${DYNAMIC_7Z}lib/7z/Codecs/BZip2.dll -${DYNAMIC_7Z}lib/7z/Codecs/Branch.dll -${DYNAMIC_7Z}lib/7z/Codecs/Copy.dll -${DYNAMIC_7Z}lib/7z/Codecs/Deflate.dll -${DYNAMIC_7Z}lib/7z/Codecs/Implode.dll -${DYNAMIC_7Z}lib/7z/Codecs/LZMA.dll -${DYNAMIC_7Z}lib/7z/Codecs/PPMD.dll -${DYNAMIC_7Z}lib/7z/Codecs/Swap.dll -${DYNAMIC_7Z}lib/7z/Formats/7z.dll -${DYNAMIC_7Z}lib/7z/Formats/Rar.dll -${DYNAMIC_7Z}lib/7z/Formats/Tar.dll -${DYNAMIC_7Z}lib/7z/Formats/Zip.dll -${DYNAMIC_7Z}lib/7z/Formats/arj.dll -${DYNAMIC_7Z}lib/7z/Formats/bz2.dll -${DYNAMIC_7Z}lib/7z/Formats/cab.dll -${DYNAMIC_7Z}lib/7z/Formats/cpio.dll -${DYNAMIC_7Z}lib/7z/Formats/deb.dll -${DYNAMIC_7Z}lib/7z/Formats/gz.dll -${DYNAMIC_7Z}lib/7z/Formats/rpm.dll -${DYNAMIC_7Z}lib/7z/Formats/split.dll +${PLIST.dll}lib/7z/7z +${PLIST.dll}lib/7z/Codecs/7zAES.dll +${PLIST.dll}lib/7z/Codecs/AES.dll +${PLIST.dll}lib/7z/Codecs/BZip2.dll +${PLIST.dll}lib/7z/Codecs/Branch.dll +${PLIST.dll}lib/7z/Codecs/Copy.dll +${PLIST.dll}lib/7z/Codecs/Deflate.dll +${PLIST.dll}lib/7z/Codecs/Implode.dll +${PLIST.dll}lib/7z/Codecs/LZMA.dll +${PLIST.dll}lib/7z/Codecs/PPMD.dll +${PLIST.dll}lib/7z/Codecs/Swap.dll +${PLIST.dll}lib/7z/Formats/7z.dll +${PLIST.dll}lib/7z/Formats/Rar.dll +${PLIST.dll}lib/7z/Formats/Tar.dll +${PLIST.dll}lib/7z/Formats/Zip.dll +${PLIST.dll}lib/7z/Formats/arj.dll +${PLIST.dll}lib/7z/Formats/bz2.dll +${PLIST.dll}lib/7z/Formats/cab.dll +${PLIST.dll}lib/7z/Formats/cpio.dll +${PLIST.dll}lib/7z/Formats/deb.dll +${PLIST.dll}lib/7z/Formats/gz.dll +${PLIST.dll}lib/7z/Formats/rpm.dll +${PLIST.dll}lib/7z/Formats/split.dll man/man1/7z.1 man/man1/7za.1 man/man1/7zr.1 @@ -69,6 +69,6 @@ share/doc/p7zip/syntax.htm @dirrm share/doc/p7zip/switches @dirrm share/doc/p7zip/commands @dirrm share/doc/p7zip -${DYNAMIC_7Z}@dirrm lib/7z/Formats -${DYNAMIC_7Z}@dirrm lib/7z/Codecs -${DYNAMIC_7Z}@dirrm lib/7z +${PLIST.dll}@dirrm lib/7z/Formats +${PLIST.dll}@dirrm lib/7z/Codecs +${PLIST.dll}@dirrm lib/7z |