Add missing entries to PLIST, and install the html docs in the right place.
Ok (at least in general outline) by maintainer. PKGREVISION++
This commit is contained in:
parent
ae9c2f38cc
commit
7487815da2
4 changed files with 35 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.1 2008/07/15 19:45:40 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2008/08/30 20:51:07 dholland Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Xlt-13.0.13
|
||||
PKGNAME= ${DISTNAME:S/Xlt/xlt/}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xlt/}
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2008/07/15 19:45:40 christos Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2008/08/30 20:51:07 dholland Exp $
|
||||
include/Xlt/AnimatedButton.h
|
||||
include/Xlt/AnimatedButtonP.h
|
||||
include/Xlt/AppShell.h
|
||||
include/Xlt/AppShellP.h
|
||||
|
@ -32,6 +33,8 @@ include/Xlt/Stroke.h
|
|||
include/Xlt/Timer.h
|
||||
include/Xlt/Xlt.h
|
||||
lib/libXlt.la
|
||||
man/man3/StrokeInstall.3
|
||||
man/man3/Strokes.3
|
||||
man/man3/Xlt.3
|
||||
man/man3/XltAnimatedButton.3
|
||||
man/man3/XltAppAddTimeOut.3
|
||||
|
@ -73,4 +76,18 @@ man/man3/XltToolBarConfigure.3
|
|||
man/man3/XltWaitTillMapped.3
|
||||
man/man3/XltWorking.3
|
||||
man/man3/XltYesNo.3
|
||||
share/doc/html/Xlt/ListTree.gif
|
||||
share/doc/html/Xlt/ListTree.html
|
||||
share/doc/html/Xlt/ListTreeProg.html
|
||||
share/doc/html/Xlt/ListTreeTitle.gif
|
||||
share/doc/html/Xlt/LiteClue.html
|
||||
share/doc/html/Xlt/SciPlot.html
|
||||
share/doc/html/Xlt/SciPlotDemo.gif
|
||||
share/doc/html/Xlt/SciPlotDemo.html
|
||||
share/doc/html/Xlt/SciPlotExample.gif
|
||||
share/doc/html/Xlt/SciPlotProg.html
|
||||
share/doc/html/Xlt/SciPlotTitle.gif
|
||||
share/doc/html/Xlt/TreeFSel.gif
|
||||
share/doc/html/Xlt/new.gif
|
||||
@dirrm share/doc/html/Xlt
|
||||
@dirrm include/Xlt
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.2 2008/07/16 07:40:59 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.3 2008/08/30 20:51:07 dholland Exp $
|
||||
|
||||
SHA1 (Xlt-13.0.13.tar.gz) = 5329c345f9d815c9f76d409a25100a7174acd8da
|
||||
RMD160 (Xlt-13.0.13.tar.gz) = d67fa86f502f195ffe7b61e80010f95fa7d4747a
|
||||
Size (Xlt-13.0.13.tar.gz) = 599909 bytes
|
||||
SHA1 (patch-aa) = ac78a9db02b6c79c64738952b978bd5b56fba5cc
|
||||
SHA1 (patch-ab) = f00e258fc4ef2ccd1a0638df354952d5d06b5af6
|
||||
|
|
13
x11/xlt/patches/patch-ab
Normal file
13
x11/xlt/patches/patch-ab
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-ab,v 1.1 2008/08/30 20:51:07 dholland Exp $
|
||||
|
||||
--- doc/Makefile.in~ 2005-09-16 09:04:05.000000000 -0400
|
||||
+++ doc/Makefile.in 2008-08-30 16:44:10.000000000 -0400
|
||||
@@ -219,7 +219,7 @@ html_HTML = SciPlot.html SciPlotProg.htm
|
||||
|
||||
html_DATA = $(html_HTML)
|
||||
|
||||
-htmldir = $(prefix)/Xlt/doc/html
|
||||
+htmldir = $(prefix)/share/doc/html/Xlt
|
||||
subdir = doc
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
Loading…
Reference in a new issue