Edit

IABSD.fr/ports/sysutils/torture/Makefile

Branch :

  • Show log

    Commit

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

  • sysutils/torture/Makefile
  • COMMENT =		set of kernel torture tools
    
    DISTNAME =		torture-1.1
    REVISION =		2
    CATEGORIES =		sysutils
    
    MAINTAINER =		Bob Beck <beck@openbsd.org>
    
    # BSD
    PERMIT_PACKAGE =	Yes
    
    SITES =		http://foad2.obtuse.com/pub/beck/
    
    NO_TEST =	Yes
    WANTLIB =	c
    
    MAKE_FLAGS =	CC="${CC}" BINDIR="${TRUEPREFIX}/sbin" \
    		MANDIR="${TRUEPREFIX}/man/man"
    
    .include <bsd.port.mk>