diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-06-11 07:17:27 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-06-11 07:17:27 +0800 |
commit | 8d1b897aa459a38a97c07597c7f223a9c8a8d218 (patch) | |
tree | a778f5b773640748fda4cf8cf12399ac188d636c | |
parent | bb170aed8b522b33a2878f9b7bd553b4c8e4c130 (diff) | |
download | freebsd-ports-gnome-8d1b897aa459a38a97c07597c7f223a9c8a8d218.tar.gz freebsd-ports-gnome-8d1b897aa459a38a97c07597c7f223a9c8a8d218.tar.zst freebsd-ports-gnome-8d1b897aa459a38a97c07597c7f223a9c8a8d218.zip |
emulators/ppsspp: style nit
-rw-r--r-- | emulators/ppsspp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index 0182e8582bf4..6d5cdbe28c2c 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -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) |