diff options
author | joerg <joerg> | 2008-04-07 17:48:14 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-04-07 17:48:14 +0000 |
commit | 3849fe6238b2ee0de774c546bfc3646216cbeaef (patch) | |
tree | bb4367827235f1035616b45bb9df5c461c669eae /archivers | |
parent | 5df1a64aca13ceee8dfc1a89bac364b61ff5d20d (diff) | |
download | pkgsrc-3849fe6238b2ee0de774c546bfc3646216cbeaef.tar.gz |
Fix PLIST.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p7zip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index 564faf53765..b670a583d19 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2008/04/05 00:34:07 joerg Exp $ +# $NetBSD: Makefile,v 1.40 2008/04/07 17:48:14 joerg Exp $ DISTNAME= p7zip_4.57_src_all PKGNAME= p7zip-4.57 @@ -32,7 +32,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:S/-/_/} GCC_REQD+= 3.0 -INSTALLATION_DIRS= bin +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 .if !empty(DYNAMIC_7Z:MYES) INSTALLATION_DIRS+= lib/7z INSTALLATION_DIRS+= lib/7z/Codecs |