summaryrefslogtreecommitdiff
path: root/archivers/p7zip
diff options
context:
space:
mode:
authorjlam <jlam>2008-04-12 22:42:57 +0000
committerjlam <jlam>2008-04-12 22:42:57 +0000
commit9ff693053b2b42cd6a29b886e071ad01acdeefe2 (patch)
treefdd67c81079412bf94013749a954125434a9baca /archivers/p7zip
parent4a580ef74536ed1f7c6a7ecd5a26e46a93aec9b3 (diff)
downloadpkgsrc-9ff693053b2b42cd6a29b886e071ad01acdeefe2.tar.gz
Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
Diffstat (limited to 'archivers/p7zip')
-rw-r--r--archivers/p7zip/Makefile7
-rw-r--r--archivers/p7zip/PLIST54
2 files changed, 30 insertions, 31 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile
index b670a583d19..5137db46174 100644
--- a/archivers/p7zip/Makefile
+++ b/archivers/p7zip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2008/04/07 17:48:14 joerg Exp $
+# $NetBSD: Makefile,v 1.41 2008/04/12 22:42:57 jlam Exp $
DISTNAME= p7zip_4.57_src_all
PKGNAME= p7zip-4.57
@@ -18,14 +18,13 @@ MAKE_FILE= makefile
MAKE_JOBS_SAFE= no # missing header when compiling sfx
NO_CONFIGURE= yes
PTHREAD_OPTS+= require
+PLIST_VARS= dll
# compiles, but does not recognize any archives as supported
DYNAMIC_7Z= NO
.if !empty(DYNAMIC_7Z:MYES)
BUILD_TARGET= all2
-PLIST_SUBST+= DYNAMIC_7Z=""
-.else
-PLIST_SUBST+= DYNAMIC_7Z="@comment "
+PLIST.dll= yes
.endif
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:S/-/_/}
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