diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-02-01 01:39:27 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-02-01 01:39:27 +0000 |
commit | c45c43cfc04482f9e8939390fd507f76cb210171 (patch) | |
tree | 0cd28063ac7347add249631ef227bb83d6ad5741 /devel | |
parent | 89d4f944f381fb2ec6ee84dad8c8f0dc0a10f9f9 (diff) | |
download | pkgsrc-c45c43cfc04482f9e8939390fd507f76cb210171.tar.gz |
Remove lameness that prevents binary packages of this to work.
Emberassing this is here since 1.3 and noone noticed this!
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mit-pthreads/Makefile | 3 | ||||
-rw-r--r-- | devel/mit-pthreads/pkg/PLIST | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/mit-pthreads/Makefile b/devel/mit-pthreads/Makefile index 79a21aec674..3b9d3d38a11 100644 --- a/devel/mit-pthreads/Makefile +++ b/devel/mit-pthreads/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/12/28 22:11:47 bad Exp $ +# $NetBSD: Makefile,v 1.13 1999/02/01 01:39:27 hubertf Exp $ # DISTNAME= pthreads-1_60_beta6 @@ -18,6 +18,7 @@ pre-install: -mkdir ${PREFIX}/pthreads post-install: + find ${PREFIX}/pthreads/include -name '*.orig'|xargs rm find ${PREFIX}/pthreads/include -type f -print|xargs chmod 644 find ${PREFIX}/pthreads/include -type d -print|xargs chmod 755 diff --git a/devel/mit-pthreads/pkg/PLIST b/devel/mit-pthreads/pkg/PLIST index abf4a9f591a..595f48e29f4 100644 --- a/devel/mit-pthreads/pkg/PLIST +++ b/devel/mit-pthreads/pkg/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 1998/12/29 20:51:23 garbled Exp $ -@exec if [ -d %d/pthreads ]; then /usr/bin/true; else mkdir -p %D/pthreads; fi +@comment $NetBSD: PLIST,v 1.10 1999/02/01 01:39:27 hubertf Exp $ pthreads/bin/pgcc pthreads/bin/pg++ pthreads/lib/libpthread.a |