svn commit: r404721 - head/multimedia/mimms

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


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

Log:
  - Switch to options helpers

Modified:
  head/multimedia/mimms/Makefile

Modified: head/multimedia/mimms/Makefile
==============================================================================
--- head/multimedia/mimms/Makefile	Tue Dec 29 09:41:37 2015	(r404720)
+++ head/multimedia/mimms/Makefile	Tue Dec 29 09:41:41 2015	(r404721)
@@ -26,7 +26,7 @@ OPTIONS_DEFINE=	DOCS
 post-patch:
 	@${REINPLACE_CMD} -e 's|share/man/man1|man/man1|' ${WRKSRC}/setup.py
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for doc in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-all mailing list