pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/unzip Don't create a new DIST_SUBDIR for eve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07d802533a58
branches:  trunk
changeset: 500485:07d802533a58
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 09 09:48:22 2005 +0000

description:
Don't create a new DIST_SUBDIR for every PKGREVISION.

diffstat:

 archivers/unzip/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e6484945fbd0 -r 07d802533a58 archivers/unzip/Makefile
--- a/archivers/unzip/Makefile  Sun Oct 09 09:13:24 2005 +0000
+++ b/archivers/unzip/Makefile  Sun Oct 09 09:48:22 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2005/08/04 14:20:35 tron Exp $
+# $NetBSD: Makefile,v 1.57 2005/10/09 09:48:22 rillig Exp $
 
 DISTNAME=      unzip552
 PKGNAME=       unzip-5.52
@@ -12,7 +12,7 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
-DIST_SUBDIR=   ${PKGNAME}      # Remove on next update.
+DIST_SUBDIR=   ${PKGNAME_NOREV}        # Remove on next update.
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 USE_TOOLS+=    gmake
 



Home | Main Index | Thread Index | Old Index