diff options
author | ad <ad@pkgsrc.org> | 1999-09-19 00:55:35 +0000 |
---|---|---|
committer | ad <ad@pkgsrc.org> | 1999-09-19 00:55:35 +0000 |
commit | ce97f22ad5a719e9a7f4138620b39bf442404ca4 (patch) | |
tree | fad896038c57f25989f2d109f46b5a6af3ddb9d3 /devel/pcre | |
parent | 06ab2cb91b8f1370204f9ca72a98e9c55c109fa2 (diff) | |
download | pkgsrc-ce97f22ad5a719e9a7f4138620b39bf442404ca4.tar.gz |
Need to install pcreposix.h.
Diffstat (limited to 'devel/pcre')
-rw-r--r-- | devel/pcre/Makefile | 3 | ||||
-rw-r--r-- | devel/pcre/pkg/PLIST | 4 |
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 |