diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-29 08:03:55 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-29 08:03:55 +0000 |
commit | 7962aa4dd42fd154c50eae2ebfa189371c7d0c4b (patch) | |
tree | a2804d4e392c8515bbf646b553ad02a9910ede78 /devel/cvsup-gui-bin | |
parent | b94429726997763f52076d19b8c00c6fa187a3bc (diff) | |
download | pkgsrc-7962aa4dd42fd154c50eae2ebfa189371c7d0c4b.tar.gz |
oops, add missing substitution.
Diffstat (limited to 'devel/cvsup-gui-bin')
-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 |