pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/libspectrum install documentation. bump PKG...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/336615f5f98d
branches:  trunk
changeset: 461860:336615f5f98d
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Mon Sep 22 22:06:29 2003 +0000

description:
install documentation.  bump PKGREVISION.

diffstat:

 emulators/libspectrum/Makefile |  9 ++++++++-
 emulators/libspectrum/PLIST    |  4 +++-
 2 files changed, 11 insertions(+), 2 deletions(-)

diffs (38 lines):

diff -r c16a1906fc09 -r 336615f5f98d emulators/libspectrum/Makefile
--- a/emulators/libspectrum/Makefile    Mon Sep 22 21:59:45 2003 +0000
+++ b/emulators/libspectrum/Makefile    Mon Sep 22 22:06:29 2003 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/09/16 09:46:51 adam Exp $
+# $NetBSD: Makefile,v 1.2 2003/09/22 22:06:29 dillo Exp $
 
 DISTNAME=      libspectrum-0.2.0
+PKGREVISION=   1
 CATEGORIES=    emulators
 MASTER_SITES=  http://www.srcf.ucam.org/~pak21/spectrum/
 
@@ -13,5 +14,11 @@
 GNU_CONFIGURE= yes
 LIBTOOL_OVERRIDE=${WRKSRC}/libtool
 
+DOCDIR=                ${PREFIX}/share/doc/libspectrum
+
+post-install:
+       ${INSTALL_DATA_DIR} ${DOCDIR}
+       ${INSTALL_DATA} ${WRKSRC}/doc/libspectrum.txt ${DOCDIR}
+
 .include "../../devel/glib/buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r c16a1906fc09 -r 336615f5f98d emulators/libspectrum/PLIST
--- a/emulators/libspectrum/PLIST       Mon Sep 22 21:59:45 2003 +0000
+++ b/emulators/libspectrum/PLIST       Mon Sep 22 22:06:29 2003 +0000
@@ -1,7 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/16 09:46:51 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2003/09/22 22:06:29 dillo Exp $
 include/libspectrum.h
 lib/libspectrum.a
 lib/libspectrum.la
 lib/libspectrum.so
 lib/libspectrum.so.2
 lib/libspectrum.so.2.0
+share/doc/libspectrum/libspectrum.txt
+@dirrm share/doc/libspectrum



Home | Main Index | Thread Index | Old Index