aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorultima <ultima@FreeBSD.org>2017-08-11 16:21:17 +0800
committerultima <ultima@FreeBSD.org>2017-08-11 16:21:17 +0800
commit6721e755e6f03678c74ef0878d62833154c9acc6 (patch)
tree892278b628f13c11db0a8e53456df60195c91d39
parent4820a56fc04ab15108c0f2d3bba49b5f2eddbe4b (diff)
downloadfreebsd-ports-6721e755e6f03678c74ef0878d62833154c9acc6.tar.gz
freebsd-ports-6721e755e6f03678c74ef0878d62833154c9acc6.tar.zst
freebsd-ports-6721e755e6f03678c74ef0878d62833154c9acc6.zip
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
-rw-r--r--devel/argtable/Makefile6
-rw-r--r--devel/argtable/pkg-plist1
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/argtable/Makefile b/devel/argtable/Makefile
index 0fec234bac24..fcda7c0afba3 100644
--- a/devel/argtable/Makefile
+++ b/devel/argtable/Makefile
@@ -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
diff --git a/devel/argtable/pkg-plist b/devel/argtable/pkg-plist
index 3bef4930f80a..4a2fdd54820d 100644
--- a/devel/argtable/pkg-plist
+++ b/devel/argtable/pkg-plist
@@ -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