summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authoragc <agc>2003-01-25 15:53:38 +0000
committeragc <agc>2003-01-25 15:53:38 +0000
commitc97143b167da2aa92f08b6de9952c9e35afb5f2d (patch)
tree7a1ee77b5e12e75eda87c0ffb759fe6282abf9f6 /devel/libtool-base
parent650f250cd4820cb206e303209e980df6ec05b44b (diff)
downloadpkgsrc-c97143b167da2aa92f08b6de9952c9e35afb5f2d.tar.gz
Now that we have ${PREFIX}/share/aclocal in the mdist files, don't try to
delete the directory via an @unexec directive.
Diffstat (limited to 'devel/libtool-base')
-rw-r--r--devel/libtool-base/PLIST3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libtool-base/PLIST b/devel/libtool-base/PLIST
index 9befea0fd4d..0a832ba86da 100644
--- a/devel/libtool-base/PLIST
+++ b/devel/libtool-base/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2003/01/10 08:44:19 jlam Exp $
+@comment $NetBSD: PLIST,v 1.5 2003/01/25 15:53:38 agc Exp $
bin/libtool
bin/libtoolize
${SHLIBTOOL}bin/shlibtool
@@ -32,4 +32,3 @@ share/libtool/ltconfig
share/libtool/ltmain.sh
@dirrm share/libtool/libltdl
@dirrm share/libtool
-@unexec ${RMDIR} %D/share/aclocal 2>/dev/null || ${TRUE}