svn commit: r403699 - head/audio/abcmidi

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Dec 14 01:09:58 UTC 2015


Author: amdmi3
Date: Mon Dec 14 01:09:57 2015
New Revision: 403699
URL: https://svnweb.freebsd.org/changeset/ports/403699

Log:
  - Switch to options helpers

Modified:
  head/audio/abcmidi/Makefile

Modified: head/audio/abcmidi/Makefile
==============================================================================
--- head/audio/abcmidi/Makefile	Mon Dec 14 01:09:53 2015	(r403698)
+++ head/audio/abcmidi/Makefile	Mon Dec 14 01:09:57 2015	(r403699)
@@ -35,7 +35,7 @@ post-patch:
 		 s|$$(INSTALL) -m 644|$$(INSTALL_DATA)|' \
 		${WRKSRC}/Makefile.in
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}/programming
 	(cd ${WRKSRC}/doc/programming && ${INSTALL_DATA} *.abc *.txt \
 		${STAGEDIR}${DOCSDIR}/programming)


More information about the svn-ports-head mailing list