diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-14 01:42:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-14 01:42:25 +0000 |
commit | e8ae2370c9c87c68d61942e8394ad3b6b4c719e2 (patch) | |
tree | 062557f49f90a463594007a3e5150bb52f550c4a /emulators/darcnes/Makefile | |
parent | 84b5de0aa9e443df7eacc64fb2b735240ca6a184 (diff) | |
download | pkgsrc-e8ae2370c9c87c68d61942e8394ad3b6b4c719e2.tar.gz |
fix typo
Diffstat (limited to 'emulators/darcnes/Makefile')
-rw-r--r-- | emulators/darcnes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/darcnes/Makefile b/emulators/darcnes/Makefile index 9fac0ae8d1b..e5e718ffb21 100644 --- a/emulators/darcnes/Makefile +++ b/emulators/darcnes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/02/13 23:28:06 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2000/02/14 01:42:25 wiz Exp $ DISTNAME= dn9a0212 PKGNAME= darcnes-20000212 @@ -18,7 +18,7 @@ do-configure: cd ${WRKSRC} && ${GMAKE} do-install: - ${INSTALL_{PROGRAM} ${WRKSRC}/darcnes ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/darcnes ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/darcnes ${INSTALL_MAN} ${WRKSRC}/readme ${PREFIX}/share/doc/darcnes |