aboutsummaryrefslogtreecommitdiff
path: root/emulators/ines/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/ines/Makefile')
-rw-r--r--emulators/ines/Makefile6
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>