aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libusb/Makefile
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2002-02-23 22:33:04 +0800
committervanilla <vanilla@FreeBSD.org>2002-02-23 22:33:04 +0800
commit57a2c09a183351137f0e69296c90a664a887eea1 (patch)
treec52f1cbf6c201128da40813f01f447aaaf5fb4d4 /devel/libusb/Makefile
parent82ba63ae9c9e2c8ee725409e9a7e956d8d63997d (diff)
downloadfreebsd-ports-gnome-57a2c09a183351137f0e69296c90a664a887eea1.tar.gz
freebsd-ports-gnome-57a2c09a183351137f0e69296c90a664a887eea1.tar.zst
freebsd-ports-gnome-57a2c09a183351137f0e69296c90a664a887eea1.zip
Upgrade to 0.1.5
PR: ports/35232 Submitted by: maintainer
Diffstat (limited to 'devel/libusb/Makefile')
-rw-r--r--devel/libusb/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile
index 5f38e7e12140..aba53f719964 100644
--- a/devel/libusb/Makefile
+++ b/devel/libusb/Makefile
@@ -6,14 +6,15 @@
#
PORTNAME= libusb
-PORTVERSION= 0.1.4
+PORTVERSION= 0.1.5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= libusb
+MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= johnjen@reynoldsnet.org
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-build-docs
INSTALLS_SHLIB= yes
.include <bsd.port.mk>