diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-02-10 22:20:55 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-02-10 22:20:55 +0000 |
commit | 87a4cb07482d80574eb01df63e453cf1495b3bd5 (patch) | |
tree | 1db2003cb692c9fd99f3906b667ac66d40d52f03 /devel/mit-pthreads | |
parent | 91bd8c2cbb0d3b796842dd10b1447a3cfb035aaa (diff) | |
download | pkgsrc-87a4cb07482d80574eb01df63e453cf1495b3bd5.tar.gz |
portlint: use absolute path for "true".
Diffstat (limited to 'devel/mit-pthreads')
-rw-r--r-- | devel/mit-pthreads/pkg/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/mit-pthreads/pkg/PLIST b/devel/mit-pthreads/pkg/PLIST index 1053910be02..c81fa237cf8 100644 --- a/devel/mit-pthreads/pkg/PLIST +++ b/devel/mit-pthreads/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 1998/02/02 08:59:50 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.7 1998/02/10 22:20:55 frueauf Exp $ @exec if [ ! -d %d/pthreads ]; then mkdir -p %D/pthreads; fi pthreads/bin/pgcc pthreads/bin/pg++ @@ -6,8 +6,8 @@ pthreads/lib/libpthread.a pthreads/lib/libpthread_p.a pthreads/lib/libpthread_pic.a pthreads/lib/libpthread.so.1.60 -@exec ldconfig || true -@unexec ldconfig || true +@exec ldconfig || /usr/bin/true +@unexec ldconfig || /usr/bin/true pthreads/include/Makefile.inc pthreads/include/dirent.h pthreads/include/endian.h |