Date: Sun, 24 Mar 2019 14:33: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: r496747 - head/graphics/libemf Message-ID: <201903241433.x2OEX3M7077378@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Mar 24 14:33:03 2019 New Revision: 496747 URL: https://svnweb.freebsd.org/changeset/ports/496747 Log: Convert to options target helper - Sort PLIST Modified: head/graphics/libemf/Makefile head/graphics/libemf/pkg-plist Modified: head/graphics/libemf/Makefile ============================================================================== --- head/graphics/libemf/Makefile Sun Mar 24 14:32:58 2019 (r496746) +++ head/graphics/libemf/Makefile Sun Mar 24 14:33:03 2019 (r496747) @@ -15,9 +15,10 @@ LICENSE= LGPL21 OPTIONS_DEFINE= DOCS USES= libtool + GNU_CONFIGURE= yes -post-install: +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/html/* ${STAGEDIR}${DOCSDIR} Modified: head/graphics/libemf/pkg-plist ============================================================================== --- head/graphics/libemf/pkg-plist Sun Mar 24 14:32:58 2019 (r496746) +++ head/graphics/libemf/pkg-plist Sun Mar 24 14:33:03 2019 (r496747) @@ -1,4 +1,5 @@ bin/printemf +include/libEMF/emf.h include/libEMF/wine/basetsd.h include/libEMF/wine/guiddef.h include/libEMF/wine/poppack.h @@ -11,7 +12,6 @@ include/libEMF/wine/winerror.h include/libEMF/wine/wingdi.h include/libEMF/wine/winnt.h include/libEMF/wine/winuser.h -include/libEMF/emf.h lib/libEMF.a lib/libEMF.so lib/libEMF.so.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903241433.x2OEX3M7077378>