pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/lrmi Install vbe.h also or packes which migh...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8757bf98cf0d
branches:  trunk
changeset: 460433:8757bf98cf0d
user:      jmc <jmc%pkgsrc.org@localhost>
date:      Sat Aug 30 16:15:32 2003 +0000

description:
Install vbe.h also or packes which might use this (atitvout) won't work.

diffstat:

 emulators/lrmi/Makefile |  3 ++-
 emulators/lrmi/PLIST    |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 7d1babc1085d -r 8757bf98cf0d emulators/lrmi/Makefile
--- a/emulators/lrmi/Makefile   Sat Aug 30 16:13:10 2003 +0000
+++ b/emulators/lrmi/Makefile   Sat Aug 30 16:15:32 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/08/12 13:26:23 drochner Exp $
+# $NetBSD: Makefile,v 1.3 2003/08/30 16:15:32 jmc Exp $
 #
 
 DISTNAME=              lrmi-0.8
@@ -14,6 +14,7 @@
 MAKEFILE=              Makefile.bsd
 
 do-install:
+       ${INSTALL_DATA} ${WRKSRC}/vbe.h ${PREFIX}/include
        ${INSTALL_DATA} ${WRKSRC}/lrmi.h ${PREFIX}/include
        ${INSTALL_DATA} ${WRKSRC}/liblrmi.a ${PREFIX}/lib
        ${INSTALL_DATA} ${WRKSRC}/liblrmi.so ${PREFIX}/lib
diff -r 7d1babc1085d -r 8757bf98cf0d emulators/lrmi/PLIST
--- a/emulators/lrmi/PLIST      Sat Aug 30 16:13:10 2003 +0000
+++ b/emulators/lrmi/PLIST      Sat Aug 30 16:15:32 2003 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2003/08/12 13:26:24 drochner Exp $
+@comment $NetBSD: PLIST,v 1.3 2003/08/30 16:15:32 jmc Exp $
 bin/vbetest
+include/vbe.h
 include/lrmi.h
 lib/liblrmi.a
 lib/liblrmi.so



Home | Main Index | Thread Index | Old Index