svn commit: r496747 - head/graphics/libemf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 24 14:33:09 UTC 2019


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


More information about the svn-ports-all mailing list