pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/aliados Install documentation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6cd4530dadb2
branches:  trunk
changeset: 603859:6cd4530dadb2
user:      shattered <shattered%pkgsrc.org@localhost>
date:      Tue May 15 11:34:52 2012 +0000

description:
Install documentation.

diffstat:

 emulators/aliados/DESCR    |  2 +-
 emulators/aliados/Makefile |  7 +++++--
 emulators/aliados/PLIST    |  4 +++-
 3 files changed, 9 insertions(+), 4 deletions(-)

diffs (48 lines):

diff -r 5b20aacdee67 -r 6cd4530dadb2 emulators/aliados/DESCR
--- a/emulators/aliados/DESCR   Tue May 15 09:20:15 2012 +0000
+++ b/emulators/aliados/DESCR   Tue May 15 11:34:52 2012 +0000
@@ -2,7 +2,7 @@
 run some variant of CP/M on it, emulates only the microprocessor and
 captures all CP/M system calls to execute it natively.  Actually only
 emulates a small part of CP/M, but with that already can execute many
-programs, such as WordStar, Micrsoft Basic, Mallard Basic, Hi-Tech C,
+programs, such as WordStar, Microsoft Basic, Mallard Basic, Hi-Tech C,
 Turbo Pascal and many others.  Aliados does not need to create disk
 images, it reads and writes in the native filesystem all files that
 match the CP/M name conventions.
diff -r 5b20aacdee67 -r 6cd4530dadb2 emulators/aliados/Makefile
--- a/emulators/aliados/Makefile        Tue May 15 09:20:15 2012 +0000
+++ b/emulators/aliados/Makefile        Tue May 15 11:34:52 2012 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/03/17 14:17:38 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2012/05/15 11:34:52 shattered Exp $
 #
 
 DISTNAME=              aliados-0.1.1
+PKGREVISION=           1
 CATEGORIES=            emulators
 MASTER_SITES=          http://www.arrakis.es/~ninsesabe/aliados/
 EXTRACT_SUFX=          .tgz
@@ -17,10 +18,12 @@
 USE_LANGUAGES=         c++
 USE_NCURSES=           yes # tigetstr tparm setupterm
 
-INSTALLATION_DIRS=     bin
+INSTALLATION_DIRS=     bin share/doc/aliados
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/aliados ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/aliados
+       ${INSTALL_DATA} ${WRKSRC}/aliados.doc ${DESTDIR}${PREFIX}/share/doc/aliados
 
 .include "../../devel/ncurses/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 5b20aacdee67 -r 6cd4530dadb2 emulators/aliados/PLIST
--- a/emulators/aliados/PLIST   Tue May 15 09:20:15 2012 +0000
+++ b/emulators/aliados/PLIST   Tue May 15 11:34:52 2012 +0000
@@ -1,2 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/09 05:47:28 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2012/05/15 11:34:52 shattered Exp $
 bin/aliados
+share/doc/aliados/README
+share/doc/aliados/aliados.doc



Home | Main Index | Thread Index | Old Index