Edit

IABSD.fr/ports/sysutils/usbutil/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 17:16:22
    Hash : f372f5ac
    Message : MASTER_SITES -> SITES

  • sysutils/usbutil/Makefile
  • COMMENT=	USB developer utilities
    
    DISTNAME=	usbutil-0.5
    REVISION=	1
    CATEGORIES=	sysutils
    
    SITES=		ftp://ftp.augustsson.net/pub/netbsd/
    
    # BSD
    PERMIT_PACKAGE=	Yes
    
    WANTLIB=		c
    
    NO_TEST=	Yes
    
    post-install:
    	${INSTALL_MAN} ${WRKSRC}/usbgen.8 ${PREFIX}/man/man8
    
    .include <bsd.port.mk>