diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-12-05 10:59:49 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-12-05 10:59:49 +0000 |
commit | ac801679ab1b977ba0666e3b9cd781406d87a148 (patch) | |
tree | d459df6ae19567b29a306c4668d84853b7f744d5 /emulators/ines/Makefile | |
parent | 006ac2c3fd2222f490c0f4c4a403c7e8f1f47c8b (diff) | |
download | ports-ac801679ab1b977ba0666e3b9cd781406d87a148.tar.gz ports-ac801679ab1b977ba0666e3b9cd781406d87a148.zip |
Notes
Diffstat (limited to 'emulators/ines/Makefile')
-rw-r--r-- | emulators/ines/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/ines/Makefile b/emulators/ines/Makefile index 6133bc6571f9..f0586242b163 100644 --- a/emulators/ines/Makefile +++ b/emulators/ines/Makefile @@ -3,7 +3,7 @@ # Date created: 02 November 1996 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/11/15 16:53:43 erich Exp $ # DISTNAME= NES @@ -21,8 +21,8 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ines ${PREFIX}/bin/ines ${INSTALL_PROGRAM} ${WRKSRC}/dasm ${PREFIX}/bin/dasm - @mkdir ${PREFIX}/share/ines - @cp ${WRKSRC}/iNES.doc ${PREFIX}/share/ines + @${MKDIR} ${PREFIX}/share/ines + @${INSTALL_DATA} ${WRKSRC}/iNES.doc ${PREFIX}/share/ines .include <bsd.port.mk> |