diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-03-18 07:53:47 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-03-18 07:53:47 +0800 |
commit | d202237cd5304c0830ac0e3a8d16e3af41f5eefb (patch) | |
tree | adf4c612d38568f3ff264362372974d502612111 /emulators | |
parent | 5af0f8e0b624d1ecc466dbbb03c3752e84477980 (diff) | |
download | freebsd-ports-gnome-d202237cd5304c0830ac0e3a8d16e3af41f5eefb.tar.gz freebsd-ports-gnome-d202237cd5304c0830ac0e3a8d16e3af41f5eefb.tar.zst freebsd-ports-gnome-d202237cd5304c0830ac0e3a8d16e3af41f5eefb.zip |
Fix broken Makefile.
Submitted by: bento
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 |