Remove lameness that prevents binary packages of this to work.
Emberassing this is here since 1.3 and noone noticed this!
This commit is contained in:
parent
89d4f944f3
commit
c45c43cfc0
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue