mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Mark IGNORE on HEAD after the new USB stack became default. Functionality
is now in usbconfig(8). - Reset maintainer Submitted by: maintainer
This commit is contained in:
parent
7d09fe5763
commit
a58fad84d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232007
1 changed files with 8 additions and 2 deletions
|
@ -11,7 +11,7 @@ CATEGORIES= sysutils
|
|||
MASTER_SITES= ftp://ftp.augustsson.net/pub/netbsd/ \
|
||||
http://www.mavetju.org/download/adopted/
|
||||
|
||||
MAINTAINER= ticso@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= USB developer utilities
|
||||
|
||||
PLIST_FILES= sbin/usbctl sbin/usbgen sbin/usbstats
|
||||
|
@ -20,4 +20,10 @@ MAN8= usbgen.8
|
|||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/usbgen.8 ${PREFIX}/man/man8
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 800064
|
||||
IGNORE= functionality integrated in usbconfig(8)
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue