summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-03-17 23:53:47 +0000
committervanilla <vanilla@FreeBSD.org>2001-03-17 23:53:47 +0000
commitd202237cd5304c0830ac0e3a8d16e3af41f5eefb (patch)
treeadf4c612d38568f3ff264362372974d502612111
parent5af0f8e0b624d1ecc466dbbb03c3752e84477980 (diff)
downloadFreeBSD-ports-d202237cd5304c0830ac0e3a8d16e3af41f5eefb.zip
FreeBSD-ports-d202237cd5304c0830ac0e3a8d16e3af41f5eefb.tar.gz
Fix broken Makefile.
Submitted by: bento
-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 f83fcff..7f3effc 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 d1e1f61..a5670ff 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
OpenPOWER on IntegriCloud