diff options
author | ad <ad> | 1999-09-18 20:48:43 +0000 |
---|---|---|
committer | ad <ad> | 1999-09-18 20:48:43 +0000 |
commit | c4ea924111481434133268460d84ed0ff5ced428 (patch) | |
tree | 027f76bee08452c863465764af93d8a46c8a2762 | |
parent | f66303959b27b528e760ec55c4754ad9f2b05e10 (diff) | |
download | pkgsrc-c4ea924111481434133268460d84ed0ff5ced428.tar.gz |
Also install libpcreposix.a (Mostly POSIX compatible front-end to PCRE).
-rw-r--r-- | devel/pcre/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index 4c4734f72a9..3f6d52acbae 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/08/26 12:52:05 proff Exp $ +# $NetBSD: Makefile,v 1.2 1999/09/18 20:48:43 ad Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/07/12 22:59:19 steve Exp $ DISTNAME= pcre-2.07 @@ -17,6 +17,7 @@ do-configure: 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}/pcre.h ${PREFIX}/include ${INSTALL_MAN} ${WRKSRC}/pcre.3 ${PREFIX}/man/man3 ${INSTALL_MAN} ${WRKSRC}/pcreposix.3 ${PREFIX}/man/man3 |