svn commit: r468381 - head/x11-toolkits/qwt6
Tobias C. Berner
tcberner at FreeBSD.org
Thu Apr 26 20:12:26 UTC 2018
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 at tuxfamily.org (maintainer)
Reported by: Rainer Hurling <rhurlin at 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}
More information about the svn-ports-all
mailing list