aboutsummaryrefslogtreecommitdiff
path: root/emulators/ines
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-03-17 23:53:47 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-03-17 23:53:47 +0000
commit37e498b5139d5792fd74ed0d77f330c45a263313 (patch)
tree2795480dfc430b6c0326ed6741675c65441a737c /emulators/ines
parent230a5071f6e458ce51c1e8cb86e06788fdd647ff (diff)
downloadports-37e498b5139d5792fd74ed0d77f330c45a263313.tar.gz
ports-37e498b5139d5792fd74ed0d77f330c45a263313.zip
Fix broken Makefile.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=39991
Diffstat (limited to 'emulators/ines')
-rw-r--r--emulators/ines/Makefile9
-rw-r--r--emulators/ines/pkg-plist2
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