diff options
author | wiz <wiz@pkgsrc.org> | 2000-01-21 03:09:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-01-21 03:09:35 +0000 |
commit | 1b5b437d06fbe25630189ae7f69eab7f573d08cf (patch) | |
tree | 83b8a2d2ceec7c52c0c229a58cc482563fbe1a31 /devel/pth-current | |
parent | 973442fadd7a9d82efc7c1c430ca10252e6ca6d6 (diff) | |
download | pkgsrc-1b5b437d06fbe25630189ae7f69eab7f573d08cf.tar.gz |
update to even newer 1.3a5, install more documentation.
Changes: small bugfixes.
Diffstat (limited to 'devel/pth-current')
-rw-r--r-- | devel/pth-current/Makefile | 9 | ||||
-rw-r--r-- | devel/pth-current/files/md5 | 4 | ||||
-rw-r--r-- | devel/pth-current/pkg/PLIST | 5 |
3 files changed, 13 insertions, 5 deletions
diff --git a/devel/pth-current/Makefile b/devel/pth-current/Makefile index 59a18a3616c..edb7489e2d4 100644 --- a/devel/pth-current/Makefile +++ b/devel/pth-current/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2000/01/21 01:30:55 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2000/01/21 03:09:35 wiz Exp $ # -DISTNAME= pth-1.3a4 +DISTNAME= pth-1.3a5 PKGNAME= ${DISTNAME:S/-/-current-/} CATEGORIES= devel MASTER_SITES= ftp://alpha.gnu.org/gnu/pth/ @@ -15,4 +15,9 @@ USE_LIBTOOL= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-pthread +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pth/ + ${INSTALL_DATA} ${WRKSRC}/pthread.ps ${PREFIX}/share/doc/pth/ + ${INSTALL_DATA} ${WRKSRC}/rse-pmt.ps ${PREFIX}/share/doc/pth/ + .include "../../mk/bsd.pkg.mk" diff --git a/devel/pth-current/files/md5 b/devel/pth-current/files/md5 index 1018ebdc489..66c4255780d 100644 --- a/devel/pth-current/files/md5 +++ b/devel/pth-current/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.3 2000/01/21 01:30:56 wiz Exp $ +$NetBSD: md5,v 1.4 2000/01/21 03:09:36 wiz Exp $ -MD5 (pth-1.3a4.tar.gz) = ab26226304dc63396f845f1bca986eb3 +MD5 (pth-1.3a5.tar.gz) = 040eb208049a1069cb45f9bc9ca7a1a9 diff --git a/devel/pth-current/pkg/PLIST b/devel/pth-current/pkg/PLIST index e651988d551..6079fe265bd 100644 --- a/devel/pth-current/pkg/PLIST +++ b/devel/pth-current/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2000/01/06 04:18:39 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2000/01/21 03:09:36 wiz Exp $ bin/pth-config bin/pthread-config include/pth.h @@ -12,3 +12,6 @@ man/man1/pthread-config.1 man/man3/pth.3 man/man3/pthread.3 share/aclocal/pth.m4 +share/doc/pth/pthread.ps +share/doc/pth/rse-pmt.ps +@dirrm share/doc/pth |