From e7448a7154eff7fd7be0d24317262ee4714edebf Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 23 Apr 2004 18:07:06 +0000 Subject: Fix bogus DIST_SUBDIR, which broke installation on 1.5* and 2.*. From Robert Elz in PR 25255. --- devel/cvsup-bin/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'devel/cvsup-bin') diff --git a/devel/cvsup-bin/Makefile b/devel/cvsup-bin/Makefile index 4a041f60d96..a51fc2105d6 100644 --- a/devel/cvsup-bin/Makefile +++ b/devel/cvsup-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/03/22 03:52:06 kristerw Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/23 18:07:06 wiz Exp $ DISTNAME= cvsup-static-16.1.h PKGNAME= ${DISTNAME:C/static/bin/} @@ -14,7 +14,8 @@ WRKSRC= ${WRKDIR} NO_CONFIGURE= yes NO_BUILD= yes ONLY_FOR_PLATFORM= NetBSD-1.[5-9]*-i386 NetBSD-[2-9]*-i386 -DIST_SUBDIR= cvsup-${MACHINE_ARCH}-${OS_VERSION:C/(...).*/\1/} +# remove on next update -- see PR 25255 for details +DIST_SUBDIR= cvsup-i386-1.6 CONFLICTS= cvsup-[0-9]* cvsup-gui-[0-9]* -- cgit v1.2.3