Edit

IABSD.fr/ports/textproc/info2html/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2015-01-22 17:47:50
    Hash : 1cab3695
    Message : Drop USE_GROFF since groff and mandoc produce identical output.

  • textproc/info2html/Makefile
  • # $OpenBSD: Makefile,v 1.20 2015/01/22 17:47:52 naddy Exp $
    
    COMMENT=	translate GNU info files into HTML pages
    
    DISTNAME=	info2html-1.1
    CATEGORIES=	textproc
    MASTER_SITES=	https://people.freebsd.org/~wosch/src/
    
    # public domain
    PERMIT_PACKAGE_CDROM=	Yes
    FAKE_FLAGS=		PREFIX=${PREFIX}
    
    post-install:
    	${INSTALL_MAN} ${WRKSRC}/info2html.1 ${PREFIX}/man/man1
    
    .include <bsd.port.mk>