diff options
author | xtraeme <xtraeme> | 2004-01-29 08:02:48 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-01-29 08:02:48 +0000 |
commit | 30933d17efedbe2f96a5aec7548f3414ad235a35 (patch) | |
tree | f60e3af0276af4e9f47d9ef142e91dd190c894be /devel | |
parent | 97716f500f2b2860a75136ac6063a2bc5e675828 (diff) | |
download | pkgsrc-30933d17efedbe2f96a5aec7548f3414ad235a35.tar.gz |
Fix PKGNAME, it's cvsup-gui-bin not cvsup-gui.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvsup-gui-bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvsup-gui-bin/Makefile b/devel/cvsup-gui-bin/Makefile index 88f900e05f0..aee511291de 100644 --- a/devel/cvsup-gui-bin/Makefile +++ b/devel/cvsup-gui-bin/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2004/01/20 12:13:28 agc Exp $ +# $NetBSD: Makefile,v 1.5 2004/01/29 08:02:48 xtraeme Exp $ DISTNAME= cvsup-gui-static-16.1.h -PKGNAME= ${DISTNAME:C/-static//} +PKGNAME= ${DISTNAME:C/-bin//} CATEGORIES= devel MASTER_SITES= http://motoyuki.bsdclub.org/data/NetBSD/CVSup/i386/ EXTRACT_SUFX= .tgz |