pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/tre Also install the html docs for tre's API and...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8b772a621e15
branches: trunk
changeset: 393186:8b772a621e15
user: agc <agc%pkgsrc.org@localhost>
date: Mon May 18 06:33:20 2009 +0000
description:
Also install the html docs for tre's API and its regexp syntax
Bump PKGREVISION to 5
Add licensing info
diffstat:
devel/tre/Makefile | 10 ++++++++--
devel/tre/PLIST | 5 ++++-
2 files changed, 12 insertions(+), 3 deletions(-)
diffs (47 lines):
diff -r 877e84b21cfa -r 8b772a621e15 devel/tre/Makefile
--- a/devel/tre/Makefile Mon May 18 05:44:48 2009 +0000
+++ b/devel/tre/Makefile Mon May 18 06:33:20 2009 +0000
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.8 2007/12/14 19:07:44 bjs Exp $
+# $NetBSD: Makefile,v 1.9 2009/05/18 06:33:20 agc Exp $
DISTNAME= tre-0.7.5
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= devel
MASTER_SITES= http://laurikari.net/tre/
MAINTAINER= adrianp%NetBSD.org@localhost
HOMEPAGE= http://laurikari.net/tre/
COMMENT= Lightweight and robust POSIX compliant regexp matching library
+LICENSE= gnu-lgpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
@@ -17,6 +18,11 @@
CONFIGURE_ARGS+= --disable-agrep
CONFIGURE_ARGS+= --disable-system-abi
+post-install:
+ ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/tre
+ ${INSTALL_DATA} ${WRKSRC}/doc/tre-api.html ${DESTDIR}${PREFIX}/share/doc/tre/
+ ${INSTALL_DATA} ${WRKSRC}/doc/tre-syntax.html ${DESTDIR}${PREFIX}/share/doc/tre/
+
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 877e84b21cfa -r 8b772a621e15 devel/tre/PLIST
--- a/devel/tre/PLIST Mon May 18 05:44:48 2009 +0000
+++ b/devel/tre/PLIST Mon May 18 06:33:20 2009 +0000
@@ -1,7 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2007/12/14 19:07:44 bjs Exp $
+@comment $NetBSD: PLIST,v 1.4 2009/05/18 06:33:20 agc Exp $
include/tre/regex.h
include/tre/tre-config.h
lib/libtre.la
lib/pkgconfig/tre.pc
+share/doc/tre/tre-api.html
+share/doc/tre/tre-syntax.html
share/locale/fi/LC_MESSAGES/tre.mo
share/locale/sv/LC_MESSAGES/tre.mo
+@dirrm share/doc/tre
Home |
Main Index |
Thread Index |
Old Index