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 /print/pcps | |
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 'print/pcps')
-rw-r--r-- | print/pcps/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/pcps/PLIST b/print/pcps/PLIST index 328804a7d60..3745c7d5893 100644 --- a/print/pcps/PLIST +++ b/print/pcps/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:27:56 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:57 skrll Exp $ bin/pcps man/man1/pcps.1 share/doc/pcps/pcps.man share/doc/pcps/license.doc share/doc/pcps/register.doc @dirrm share/doc/pcps -@unexec rm -f %D/bin/pcps.cfg +@unexec ${RM} -f %D/bin/pcps.cfg |