svn commit: r389148 - head/emulators/ppsspp

Jan Beich jbeich at FreeBSD.org
Wed Jun 10 23:17:28 UTC 2015


Author: jbeich
Date: Wed Jun 10 23:17:27 2015
New Revision: 389148
URL: https://svnweb.freebsd.org/changeset/ports/389148

Log:
  emulators/ppsspp: style nit

Modified:
  head/emulators/ppsspp/Makefile   (contents, props changed)

Modified: head/emulators/ppsspp/Makefile
==============================================================================
--- head/emulators/ppsspp/Makefile	Wed Jun 10 20:59:14 2015	(r389147)
+++ head/emulators/ppsspp/Makefile	Wed Jun 10 23:17:27 2015	(r389148)
@@ -83,7 +83,7 @@ do-install:
 .endif
 	${INSTALL_DATA} ${WRKSRC}/debian/${PORTNAME}.desktop \
 		${STAGEDIR}${DESKTOPDIR}
-	${INSTALL_DATA} ${WRKSRC}/debian/${PORTNAME}.1 \
+	${INSTALL_MAN} ${WRKSRC}/debian/${PORTNAME}.1 \
 		${STAGEDIR}${MAN1PREFIX}/man/man1
 	(cd ${WRKSRC}/assets/unix-icons && ${COPYTREE_SHARE} \
 		"hicolor" ${STAGEDIR}${PREFIX}/share/icons)


More information about the svn-ports-all mailing list