Mon Apr 7 17:48:14 2008 UTC ()
Fix PLIST.


(joerg)
diff -r1.39 -r1.40 pkgsrc/archivers/p7zip/Makefile

cvs diff -r1.39 -r1.40 pkgsrc/archivers/p7zip/Makefile (expand / switch to unified diff)

--- pkgsrc/archivers/p7zip/Makefile 2008/04/05 00:34:07 1.39
+++ pkgsrc/archivers/p7zip/Makefile 2008/04/07 17:48:14 1.40
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.39 2008/04/05 00:34:07 joerg Exp $ 1# $NetBSD: Makefile,v 1.40 2008/04/07 17:48:14 joerg Exp $
2 2
3DISTNAME= p7zip_4.57_src_all 3DISTNAME= p7zip_4.57_src_all
4PKGNAME= p7zip-4.57 4PKGNAME= p7zip-4.57
5CATEGORIES= archivers 5CATEGORIES= archivers
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=p7zip/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=p7zip/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= wiz@NetBSD.org 9MAINTAINER= wiz@NetBSD.org
10HOMEPAGE= http://p7zip.sourceforge.net/ 10HOMEPAGE= http://p7zip.sourceforge.net/
11COMMENT= File archiver with high compression 11COMMENT= File archiver with high compression
12 12
13PKG_INSTALLATION_TYPES= overwrite pkgviews 13PKG_INSTALLATION_TYPES= overwrite pkgviews
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
@@ -22,27 +22,27 @@ PTHREAD_OPTS+= require @@ -22,27 +22,27 @@ PTHREAD_OPTS+= require
22# compiles, but does not recognize any archives as supported 22# compiles, but does not recognize any archives as supported
23DYNAMIC_7Z= NO 23DYNAMIC_7Z= NO
24.if !empty(DYNAMIC_7Z:MYES) 24.if !empty(DYNAMIC_7Z:MYES)
25BUILD_TARGET= all2 25BUILD_TARGET= all2
26PLIST_SUBST+= DYNAMIC_7Z="" 26PLIST_SUBST+= DYNAMIC_7Z=""
27.else 27.else
28PLIST_SUBST+= DYNAMIC_7Z="@comment " 28PLIST_SUBST+= DYNAMIC_7Z="@comment "
29.endif 29.endif
30 30
31WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:S/-/_/} 31WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:S/-/_/}
32 32
33GCC_REQD+= 3.0 33GCC_REQD+= 3.0
34 34
35INSTALLATION_DIRS= bin 35INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
36.if !empty(DYNAMIC_7Z:MYES) 36.if !empty(DYNAMIC_7Z:MYES)
37INSTALLATION_DIRS+= lib/7z 37INSTALLATION_DIRS+= lib/7z
38INSTALLATION_DIRS+= lib/7z/Codecs 38INSTALLATION_DIRS+= lib/7z/Codecs
39INSTALLATION_DIRS+= lib/7z/Formats 39INSTALLATION_DIRS+= lib/7z/Formats
40.endif 40.endif
41INSTALLATION_DIRS+= share/doc/p7zip 41INSTALLATION_DIRS+= share/doc/p7zip
42INSTALLATION_DIRS+= share/doc/p7zip/commands 42INSTALLATION_DIRS+= share/doc/p7zip/commands
43INSTALLATION_DIRS+= share/doc/p7zip/switches 43INSTALLATION_DIRS+= share/doc/p7zip/switches
44 44
45.include "../../mk/endian.mk" 45.include "../../mk/endian.mk"
46 46
47.if !empty(MACHINE_ENDIAN:Mbig) 47.if !empty(MACHINE_ENDIAN:Mbig)
48CFLAGS+= -DBIG_ENDIAN 48CFLAGS+= -DBIG_ENDIAN