svn commit: r399317 - head/vietnamese/libviet

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Oct 14 23:51:26 UTC 2015


Author: amdmi3
Date: Wed Oct 14 23:51:24 2015
New Revision: 399317
URL: https://svnweb.freebsd.org/changeset/ports/399317

Log:
  - Switch to options helpers

Modified:
  head/vietnamese/libviet/Makefile

Modified: head/vietnamese/libviet/Makefile
==============================================================================
--- head/vietnamese/libviet/Makefile	Wed Oct 14 23:51:20 2015	(r399316)
+++ head/vietnamese/libviet/Makefile	Wed Oct 14 23:51:24 2015	(r399317)
@@ -27,6 +27,8 @@ do-install:
 	(cd ${WRKSRC}/../include && ${INSTALL_DATA} charset.h charseta.h \
 		charsetv.h ctype.h portable.h vncompos.h vnkeys.h vntype.h \
 		${STAGEDIR}${PREFIX}/include/viet)
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/../README.lib ${STAGEDIR}${DOCSDIR}
 


More information about the svn-ports-head mailing list