diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/ines/Makefile | 9 | ||||
-rw-r--r-- | emulators/ines/pkg-plist | 2 |
2 files changed, 4 insertions, 7 deletions
diff --git a/emulators/ines/Makefile b/emulators/ines/Makefile index f83fcff3aa51..7f3effc97230 100644 --- a/emulators/ines/Makefile +++ b/emulators/ines/Makefile @@ -25,11 +25,10 @@ STRIP= .endif do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ines ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/ines-debug ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/NES/ines ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/NES/ines-debug ${PREFIX}/bin @${MKDIR} ${PREFIX}/share/ines - @${INSTALL_DATA} ${WRKSRC}/iNES.html ${PREFIX}/share/ines - @${INSTALL_DATA} ${WRKSRC}/headers.tgz ${PREFIX}/share/ines - @${INSTALL_DATA} ${WRKSRC}/CART.* ${PREFIX}/share/ines + @${INSTALL_DATA} ${WRKSRC}/NES/iNES.html ${PREFIX}/share/ines + @${INSTALL_DATA} ${WRKSRC}/NES/CART.NES ${PREFIX}/share/ines .include <bsd.port.post.mk> diff --git a/emulators/ines/pkg-plist b/emulators/ines/pkg-plist index d1e1f610f401..a5670ff3894a 100644 --- a/emulators/ines/pkg-plist +++ b/emulators/ines/pkg-plist @@ -1,7 +1,5 @@ bin/ines bin/ines-debug share/ines/iNES.html -share/ines/headers.tgz -share/ines/CART.ASM share/ines/CART.NES @dirrm share/ines |