svn commit: r486674 - head/science/py-ws2300

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 5 14:21:24 UTC 2018


Author: amdmi3
Date: Wed Dec  5 14:21:23 2018
New Revision: 486674
URL: https://svnweb.freebsd.org/changeset/ports/486674

Log:
  - Use MANPREFIX
  
  Approved by:	portmgr blanket

Modified:
  head/science/py-ws2300/Makefile

Modified: head/science/py-ws2300/Makefile
==============================================================================
--- head/science/py-ws2300/Makefile	Wed Dec  5 14:15:38 2018	(r486673)
+++ head/science/py-ws2300/Makefile	Wed Dec  5 14:21:23 2018	(r486674)
@@ -22,7 +22,7 @@ PLIST_FILES=	bin/ws2300 man/man1/ws2300.1.gz
 
 post-install:
 	${INSTALL_SCRIPT} ${FILESDIR}/ws2300 ${STAGEDIR}${PREFIX}/bin/ws2300
-	${INSTALL_MAN} ${WRKSRC}/ws2300.1 ${STAGEDIR}${PREFIX}/man/man1/
+	${INSTALL_MAN} ${WRKSRC}/ws2300.1 ${STAGEDIR}${MANPREFIX}/man/man1/
 	@${REINPLACE_CMD} -i '' -e 's|/usr/bin/env python|${PYTHON_CMD}|' ${STAGEDIR}${PREFIX}/bin/ws2300
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list