diff options
author | agc <agc@pkgsrc.org> | 2003-01-25 15:53:38 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-01-25 15:53:38 +0000 |
commit | f2d654a83483d9ae2844690611b194415ff43505 (patch) | |
tree | 7a1ee77b5e12e75eda87c0ffb759fe6282abf9f6 /devel/libtool-base/PLIST | |
parent | a7df2a1a93ad24011c38a302c6b1d6a5bc778a1c (diff) | |
download | pkgsrc-f2d654a83483d9ae2844690611b194415ff43505.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/PLIST')
-rw-r--r-- | devel/libtool-base/PLIST | 3 |
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} |