diff options
author | skrll <skrll> | 2002-02-15 10:12:28 +0000 |
---|---|---|
committer | skrll <skrll> | 2002-02-15 10:12:28 +0000 |
commit | 9318fdcbb3d311fce5ceea096539c3c71b45b48b (patch) | |
tree | d8c5da963aaf61f579edc82f096cfa181c02c55b /devel/ftnchek | |
parent | c628a4157b502d7196062bd115d480140eb3c027 (diff) | |
download | pkgsrc-9318fdcbb3d311fce5ceea096539c3c71b45b48b.tar.gz |
mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'devel/ftnchek')
-rw-r--r-- | devel/ftnchek/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ftnchek/PLIST b/devel/ftnchek/PLIST index ce6d03df576..c90af8a975a 100644 --- a/devel/ftnchek/PLIST +++ b/devel/ftnchek/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:23:32 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:34 skrll Exp $ bin/dcl2inc bin/ftnchek libexec/ftnchek/dcl2inc.awk @@ -71,7 +71,7 @@ share/doc/ftnchek/html/wordsize.html share/doc/ftnchek/html/wrap.html share/doc/ftnchek/macro-doc.txt share/emacs/site-lisp/ftnchek.el -@unexec rmdir %D/share/emacs/site-lisp 2>/dev/null || true +@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || true @dirrm share/doc/ftnchek/html @dirrm share/doc/ftnchek @dirrm libexec/ftnchek |