From 9f430a7cd020fa848a6a44efb47647240243cf14 Mon Sep 17 00:00:00 2001 From: garbled Date: Tue, 29 Dec 1998 20:51:23 +0000 Subject: Fix this PLIST.. for some reason bsd.pkg.mk doesn't like !'s in the @exec statements. --- devel/mit-pthreads/pkg/PLIST | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel') 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 -- cgit v1.2.3