From b193b96eb38f3280a209f5224df9257f00a55bf7 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 9 Oct 2005 09:48:22 +0000 Subject: Don't create a new DIST_SUBDIR for every PKGREVISION. --- archivers/unzip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers/unzip') diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index f80d6694198..c82e784e4c7 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -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 @@ COMMENT= List, test and extract compressed files in a ZIP archive 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 -- cgit v1.2.3