summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authortron <tron>2002-12-09 16:01:10 +0000
committertron <tron>2002-12-09 16:01:10 +0000
commit04ef0ab0bc819f60fbb9bf3caf332481ed9e528e (patch)
treeed3d3dfb4944ff842d136066e2afeafe924859e8 /devel/libtool-base
parentc04f6bcfb2c786201abd33ac5b817ec78540c618 (diff)
downloadpkgsrc-04ef0ab0bc819f60fbb9bf3caf332481ed9e528e.tar.gz
Replace "true" by "${TRUE}".
Diffstat (limited to 'devel/libtool-base')
-rw-r--r--devel/libtool-base/PLIST4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtool-base/PLIST b/devel/libtool-base/PLIST
index 52636c93b02..5306629a4e3 100644
--- a/devel/libtool-base/PLIST
+++ b/devel/libtool-base/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:35 skrll Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:19 tron Exp $
bin/libtool
bin/libtoolize
include/ltdl.h
@@ -31,4 +31,4 @@ share/libtool/ltconfig
share/libtool/ltmain.sh
@dirrm share/libtool/libltdl
@dirrm share/libtool
-@unexec ${RMDIR} %D/share/aclocal 2>/dev/null || true
+@unexec ${RMDIR} %D/share/aclocal 2>/dev/null || ${TRUE}