diff options
author | garbled <garbled@pkgsrc.org> | 1998-12-29 20:51:23 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-12-29 20:51:23 +0000 |
commit | 8d889efe12147962c63894b405e00943b2e14467 (patch) | |
tree | 04d5c8d62100b078f4241a0d3139a5dc01b8289c /devel/mit-pthreads | |
parent | 8d4a413ff210157358297f939404be0d8d96ad3b (diff) | |
download | pkgsrc-8d889efe12147962c63894b405e00943b2e14467.tar.gz |
Fix this PLIST.. for some reason bsd.pkg.mk doesn't like !'s in the
@exec statements.
Diffstat (limited to 'devel/mit-pthreads')
-rw-r--r-- | devel/mit-pthreads/pkg/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/mit-pthreads/pkg/PLIST b/devel/mit-pthreads/pkg/PLIST index f8a4652204b..abf4a9f591a 100644 --- a/devel/mit-pthreads/pkg/PLIST +++ b/devel/mit-pthreads/pkg/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.8 1998/07/15 12:51:36 agc Exp $ -@exec if [ ! -d %d/pthreads ]; then mkdir -p %D/pthreads; fi +@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 pthreads/bin/pgcc pthreads/bin/pg++ pthreads/lib/libpthread.a |