Edit

IABSD.fr/ports/textproc/info2html/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 20:02:12
    Hash : 8c80a751
    Message : drop RCS Ids

  • textproc/info2html/Makefile
  • 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=	Yes
    FAKE_FLAGS=		PREFIX=${PREFIX}
    
    post-install:
    	${INSTALL_MAN} ${WRKSRC}/info2html.1 ${PREFIX}/man/man1
    
    .include <bsd.port.mk>