Date: Thu, 26 Apr 2018 20:12:25 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468381 - head/x11-toolkits/qwt6 Message-ID: <201804262012.w3QKCPJt082175@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Thu Apr 26 20:12:25 2018 New Revision: 468381 URL: https://svnweb.freebsd.org/changeset/ports/468381 Log: Fix x11-toolkits/qwt6's doc dirs Unfortunately, when flavorizing, we overlooked the dropping of DOCSDIR, which made qwt6 conflict with qwt5. PR: 227790 Submitted by: lbartoletti@tuxfamily.org (maintainer) Reported by: Rainer Hurling <rhurlin@gwdg.de> Modified: head/x11-toolkits/qwt6/Makefile Modified: head/x11-toolkits/qwt6/Makefile ============================================================================== --- head/x11-toolkits/qwt6/Makefile Thu Apr 26 19:54:43 2018 (r468380) +++ head/x11-toolkits/qwt6/Makefile Thu Apr 26 20:12:25 2018 (r468381) @@ -2,7 +2,7 @@ PORTNAME= qwt PORTVERSION= 6.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= SF PKGNAMESUFFIX= 6-${FLAVOR} @@ -13,10 +13,11 @@ COMMENT= Qt Widgets for Technical Applications FLAVORS= qt4 qt5 FLAVOR?= ${FLAVORS:[1]} -USES= gmake qmake tar:bzip2 uniquefiles:dirs +USES= gmake qmake tar:bzip2 USE_GL= gl USE_LDCONFIG= yes +DOCSDIR= ${PREFIX}/share/doc/qwt6-${FLAVOR} PORTDOCS= * PLIST_SUB= SHLIB_VER=${PORTVERSION} \ SHLIB_SHVER=${PORTVERSION:R}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804262012.w3QKCPJt082175>