diff options
author | xtraeme <xtraeme> | 2004-01-29 08:03:55 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-01-29 08:03:55 +0000 |
commit | 2a86662bc65aca8c57947095884245f49ce39469 (patch) | |
tree | a2804d4e392c8515bbf646b553ad02a9910ede78 /devel | |
parent | 30933d17efedbe2f96a5aec7548f3414ad235a35 (diff) | |
download | pkgsrc-2a86662bc65aca8c57947095884245f49ce39469.tar.gz |
oops, add missing substitution.
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 aee511291de..b32dfe3edc8 100644 --- a/devel/cvsup-gui-bin/Makefile +++ b/devel/cvsup-gui-bin/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2004/01/29 08:02:48 xtraeme Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/29 08:03:55 xtraeme Exp $ DISTNAME= cvsup-gui-static-16.1.h -PKGNAME= ${DISTNAME:C/-bin//} +PKGNAME= ${DISTNAME:C/static/bin/} CATEGORIES= devel MASTER_SITES= http://motoyuki.bsdclub.org/data/NetBSD/CVSup/i386/ EXTRACT_SUFX= .tgz |