summaryrefslogtreecommitdiff
path: root/devel/pcre
diff options
context:
space:
mode:
authorad <ad>1999-09-19 00:55:35 +0000
committerad <ad>1999-09-19 00:55:35 +0000
commitddf072252049608c5cc03a7b4ac5677a71a00794 (patch)
treefad896038c57f25989f2d109f46b5a6af3ddb9d3 /devel/pcre
parent69aa3bacc60525a35a01dac5577edaec9112e92b (diff)
downloadpkgsrc-ddf072252049608c5cc03a7b4ac5677a71a00794.tar.gz
Need to install pcreposix.h.
Diffstat (limited to 'devel/pcre')
-rw-r--r--devel/pcre/Makefile3
-rw-r--r--devel/pcre/pkg/PLIST4
2 files changed, 5 insertions, 2 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile
index 3f6d52acbae..4aafdadebd0 100644
--- a/devel/pcre/Makefile
+++ b/devel/pcre/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/09/18 20:48:43 ad Exp $
+# $NetBSD: Makefile,v 1.3 1999/09/19 00:55:35 ad Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1998/07/12 22:59:19 steve Exp $
DISTNAME= pcre-2.07
@@ -18,6 +18,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pgrep ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/libpcre.a ${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/libpcreposix.a ${PREFIX}/lib
+ ${INSTALL_DATA} ${WRKSRC}/pcreposix.h ${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/pcre.h ${PREFIX}/include
${INSTALL_MAN} ${WRKSRC}/pcre.3 ${PREFIX}/man/man3
${INSTALL_MAN} ${WRKSRC}/pcreposix.3 ${PREFIX}/man/man3
diff --git a/devel/pcre/pkg/PLIST b/devel/pcre/pkg/PLIST
index 94038d7b8fa..a5862433271 100644
--- a/devel/pcre/pkg/PLIST
+++ b/devel/pcre/pkg/PLIST
@@ -1,7 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 1999/09/18 20:49:54 ad Exp $
+@comment $NetBSD: PLIST,v 1.3 1999/09/19 00:55:37 ad Exp $
bin/pgrep
include/pcre.h
+include/pcreposix.h
lib/libpcre.a
+lib/libpcreposix.a
man/man3/pcreposix.3
man/man3/pcre.3
man/man1/pgrep.1