Edit

IABSD.fr/ports/sysutils/tree/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2013-03-11 11:35:43
    Hash : eae66e4a
    Message : PERMIT_* / REGRESS->TEST sweep

  • sysutils/tree/Makefile
  • # $OpenBSD: Makefile,v 1.8 2013/03/11 11:41:33 espie Exp $
    
    COMMENT=	print ascii formatted tree of a directory structure
    
    DISTNAME=	tree-0.61
    REVISION =	3
    CATEGORIES=	sysutils
    
    HOMEPAGE=	http://spootnik.org/tree/
    
    MAINTAINER=	Pierre-Yves Ritschard <pyr@spootnik.org>
    
    # BSD
    PERMIT_PACKAGE_CDROM=	Yes
    
    MASTER_SITES=	${HOMEPAGE}
    EXTRACT_SUFX=	.tgz
    
    NO_TEST=	Yes
    WANTLIB=	c
    
    do-configure:
    	@perl -pi -e 's,/usr/local,${PREFIX},' ${WRKSRC}/Makefile
    
    .include <bsd.port.mk>