svn commit: r404723 - head/multimedia/camserv

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Dec 29 09:41:52 UTC 2015


Author: amdmi3
Date: Tue Dec 29 09:41:51 2015
New Revision: 404723
URL: https://svnweb.freebsd.org/changeset/ports/404723

Log:
  - Switch to options helpers

Modified:
  head/multimedia/camserv/Makefile

Modified: head/multimedia/camserv/Makefile
==============================================================================
--- head/multimedia/camserv/Makefile	Tue Dec 29 09:41:47 2015	(r404722)
+++ head/multimedia/camserv/Makefile	Tue Dec 29 09:41:51 2015	(r404723)
@@ -42,7 +42,7 @@ post-patch:
 		'/^CFLAGS/s|-g||' ${WRKSRC}/${i}
 .endfor
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	(cd ${WRKSRC} && ${INSTALL_DATA} README javascript.txt \
 		${STAGEDIR}${DOCSDIR})


More information about the svn-ports-all mailing list