diff options
author | wiz <wiz@pkgsrc.org> | 2004-04-23 18:07:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-04-23 18:07:06 +0000 |
commit | 152f7127e90a0801a6e9cee6697afca9e23df942 (patch) | |
tree | 4cfcc0ca4aef3015ac18a55176cd2b809a660d1e /devel/cvsup-gui-bin/Makefile | |
parent | b7575608350074f20db3fbedf10a015bdf403882 (diff) | |
download | pkgsrc-152f7127e90a0801a6e9cee6697afca9e23df942.tar.gz |
Fix bogus DIST_SUBDIR, which broke installation on 1.5* and 2.*.
From Robert Elz in PR 25255.
Diffstat (limited to 'devel/cvsup-gui-bin/Makefile')
-rw-r--r-- | devel/cvsup-gui-bin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/cvsup-gui-bin/Makefile b/devel/cvsup-gui-bin/Makefile index 0ddf80c2843..28804bf6576 100644 --- a/devel/cvsup-gui-bin/Makefile +++ b/devel/cvsup-gui-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/03/22 03:52:06 kristerw Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/23 18:07:06 wiz Exp $ DISTNAME= cvsup-gui-static-16.1.h PKGNAME= ${DISTNAME:C/static/bin/} @@ -15,7 +15,8 @@ DEPENDS+= cvsup-bin-[0-9]*:../../devel/cvsup-bin WRKSRC= ${WRKDIR} NO_CONFIGURE= yes NO_BUILD= yes -DIST_SUBDIR= cvsup-${MACHINE_ARCH}-${OS_VERSION:C/(...).*/\1/} +# remove on next update -- see PR 25255 for details +DIST_SUBDIR= cvsup-i386-1.6 ONLY_FOR_PLATFORM= NetBSD-1.[5-9]*-i386 NetBSD-[2-9]*-i386 |