summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authorskrll <skrll>2002-02-15 10:12:28 +0000
committerskrll <skrll>2002-02-15 10:12:28 +0000
commit9318fdcbb3d311fce5ceea096539c3c71b45b48b (patch)
treed8c5da963aaf61f579edc82f096cfa181c02c55b /devel/libtool-base
parentc628a4157b502d7196062bd115d480140eb3c027 (diff)
downloadpkgsrc-9318fdcbb3d311fce5ceea096539c3c71b45b48b.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/PLIST4
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