Date: Fri, 11 Aug 2017 08:21:17 +0000 (UTC) From: Richard Gallamore <ultima@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r447742 - branches/2017Q3/devel/argtable Message-ID: <201708110821.v7B8LHaS071331@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ultima Date: Fri Aug 11 08:21:17 2017 New Revision: 447742 URL: https://svnweb.freebsd.org/changeset/ports/447742 Log: MFH: r447737 * Fix overly-broad patch on Makefile to add missing .pc file * Cleanup Makefile PR: 221210 Submitted by: Yuri Victorovich Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11976 Approved by: portmgr Modified: branches/2017Q3/devel/argtable/Makefile branches/2017Q3/devel/argtable/pkg-plist Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/devel/argtable/Makefile ============================================================================== --- branches/2017Q3/devel/argtable/Makefile Fri Aug 11 08:09:51 2017 (r447741) +++ branches/2017Q3/devel/argtable/Makefile Fri Aug 11 08:21:17 2017 (r447742) @@ -3,7 +3,7 @@ PORTNAME= argtable PORTVERSION= 2.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION:S/./-/} @@ -15,15 +15,15 @@ LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING USES= libtool +USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS EXAMPLES post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||g ; \ - s|^install-data-am: |install-data-am: #|g' ${WRKSRC}/Makefile.in + s|^install-data-am: install-dist_exampleDATA|install-data-am: |g' ${WRKSRC}/Makefile.in post-install: ${INSTALL_MAN} ${WRKSRC}/doc/argtable2.3 ${STAGEDIR}${MAN3PREFIX}/man/man3 Modified: branches/2017Q3/devel/argtable/pkg-plist ============================================================================== --- branches/2017Q3/devel/argtable/pkg-plist Fri Aug 11 08:09:51 2017 (r447741) +++ branches/2017Q3/devel/argtable/pkg-plist Fri Aug 11 08:21:17 2017 (r447742) @@ -3,6 +3,7 @@ lib/libargtable2.a lib/libargtable2.so lib/libargtable2.so.0 lib/libargtable2.so.0.1.8 +libdata/pkgconfig/argtable2.pc man/man3/argtable2.3.gz %%PORTDOCS%%%%DOCSDIR%%/arg_int.gif %%PORTDOCS%%%%DOCSDIR%%/argtable2-advanced.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708110821.v7B8LHaS071331>