summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-08-21 11:05:28 +0000
committerwiz <wiz@pkgsrc.org>2002-08-21 11:05:28 +0000
commit9d531a1780cb65f523626b69a4bbf759b327c2c8 (patch)
tree031d010c218150211b196eb3d2252c7d05d63318 /devel
parenta4a0e792bf0abbfb1dbae3701beff2188ee1199f (diff)
downloadpkgsrc-9d531a1780cb65f523626b69a4bbf759b327c2c8.tar.gz
Make PKGNAME's version number part numeric.
Diffstat (limited to 'devel')
-rw-r--r--devel/libusb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile
index 667b2f8be49..1cfae2c897a 100644
--- a/devel/libusb/Makefile
+++ b/devel/libusb/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2002/08/19 19:07:19 mycroft Exp $
+# $NetBSD: Makefile,v 1.8 2002/08/21 11:05:28 wiz Exp $
#
DISTNAME= libusb-0.1.6a
+PKGNAME= ${DISTNAME:S/a/.1/}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libusb/}