diff options
author | skrll <skrll> | 2002-02-15 10:12:28 +0000 |
---|---|---|
committer | skrll <skrll> | 2002-02-15 10:12:28 +0000 |
commit | 776a33b09bbd737dcfa1ffef38c8b5b383b0d0c4 (patch) | |
tree | d8c5da963aaf61f579edc82f096cfa181c02c55b /devel/libtool-base | |
parent | eee5ea82bdaedb5f556b37f1abd1e775778ada87 (diff) | |
download | pkgsrc-776a33b09bbd737dcfa1ffef38c8b5b383b0d0c4.tar.gz |
mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'devel/libtool-base')
-rw-r--r-- | devel/libtool-base/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtool-base/PLIST b/devel/libtool-base/PLIST index 450a49dfd47..52636c93b02 100644 --- a/devel/libtool-base/PLIST +++ b/devel/libtool-base/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:24:47 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:35 skrll 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 |