svn commit: r403280 - head/archivers/macutils

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Dec 8 15:20:05 UTC 2015


Author: amdmi3
Date: Tue Dec  8 15:20:03 2015
New Revision: 403280
URL: https://svnweb.freebsd.org/changeset/ports/403280

Log:
  - Switch to options helpers

Modified:
  head/archivers/macutils/Makefile

Modified: head/archivers/macutils/Makefile
==============================================================================
--- head/archivers/macutils/Makefile	Tue Dec  8 15:09:26 2015	(r403279)
+++ head/archivers/macutils/Makefile	Tue Dec  8 15:20:03 2015	(r403280)
@@ -39,6 +39,8 @@ do-install:
 	${INSTALL_MAN} ${WRKSRC}/man/tomac.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 	${INSTALL_MAN} ${WRKSRC}/man/frommac.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 	${INSTALL_MAN} ${WRKSRC}/man/macutil.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for file in ${DOCFILES}
 	${INSTALL_DATA} ${WRKSRC}/doc/${file} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-head mailing list