Date: Sat, 17 Dec 2016 12:57:03 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428732 - head/devel/editline Message-ID: <201612171257.uBHCv3cj077641@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Dec 17 12:57:03 2016 New Revision: 428732 URL: https://svnweb.freebsd.org/changeset/ports/428732 Log: - Add LICENSE_FILE - Silence patch message - Cosmetic change Modified: head/devel/editline/Makefile Modified: head/devel/editline/Makefile ============================================================================== --- head/devel/editline/Makefile Sat Dec 17 12:56:56 2016 (r428731) +++ head/devel/editline/Makefile Sat Dec 17 12:57:03 2016 (r428732) @@ -8,20 +8,21 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Minix editline: A free readline() for UNIX LICENSE= BSD4CLAUSE - -USES= autoreconf libtool ncurses pathfix -USE_GITHUB= yes -GH_ACCOUNT= troglobit - -USE_LDCONFIG= yes +LICENSE_FILE= ${WRKSRC}/LICENSE GNU_CONFIGURE= yes INSTALL_TARGET= install-strip +USE_LDCONFIG= yes +USES= autoreconf libtool ncurses pathfix + PORTDOCS= * +GH_ACCOUNT= troglobit +USE_GITHUB= yes + +# Rename to libeditline.3 to avoid conflict with libedit post-patch: - # rename to libeditline.3 to avoid conflict with libedit - ${REINPLACE_CMD} 's|editline.3|lib&|' ${WRKSRC}/man/Makefile.am - cd ${WRKSRC}/man; ${MV} editline.3 libeditline.3 + @${REINPLACE_CMD} 's|editline.3|lib&|' ${WRKSRC}/man/Makefile.am + @${MV} ${WRKSRC}/man/editline.3 ${WRKSRC}/man/libeditline.3 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612171257.uBHCv3cj077641>