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 | |
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')
-rw-r--r-- | print/acroread/PLIST.post | 12 | ||||
-rw-r--r-- | print/acroread3/PLIST.post | 6 | ||||
-rw-r--r-- | print/apsfilter/PLIST | 6 | ||||
-rw-r--r-- | print/pcps/PLIST | 4 | ||||
-rw-r--r-- | print/stylewriter/PLIST | 6 | ||||
-rw-r--r-- | print/teTeX-bin/PLIST | 4 |
6 files changed, 19 insertions, 19 deletions
diff --git a/print/acroread/PLIST.post b/print/acroread/PLIST.post index 85caa14ad5c..cdb43e7df8c 100644 --- a/print/acroread/PLIST.post +++ b/print/acroread/PLIST.post @@ -1,11 +1,11 @@ -@comment $NetBSD: PLIST.post,v 1.1 2001/10/31 23:31:21 zuntum Exp $ -@exec mkdir -p %D/lib/netscape/plugins -@unexec rmdir %D/lib/netscape/plugins 2>/dev/null || true -@unexec rmdir %D/lib/netscape 2>/dev/null || true +@comment $NetBSD: PLIST.post,v 1.2 2002/02/15 10:12:56 skrll Exp $ +@exec ${MKDIR} -p %D/lib/netscape/plugins +@unexec ${RMDIR} %D/lib/netscape/plugins 2>/dev/null || true +@unexec ${RMDIR} %D/lib/netscape 2>/dev/null || true @exec ln -sf ../../Resource/Font %D/Acrobat4/Reader/${PLATFORM}/fonts -@unexec rm -f %D/Acrobat4/Reader/${PLATFORM}/fonts +@unexec ${RM} -f %D/Acrobat4/Reader/${PLATFORM}/fonts @exec ln -sf ../res %D/Acrobat4/Reader/${PLATFORM}/res -@unexec rm -f %D/Acrobat4/Reader/${PLATFORM}/res +@unexec ${RM} -f %D/Acrobat4/Reader/${PLATFORM}/res @dirrm Acrobat4/Browsers/${PLATFORM} @dirrm Acrobat4/Browsers @dirrm Acrobat4/Reader/res diff --git a/print/acroread3/PLIST.post b/print/acroread3/PLIST.post index 29aa9378a82..4359fd696fc 100644 --- a/print/acroread3/PLIST.post +++ b/print/acroread3/PLIST.post @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST.post,v 1.1 2001/10/31 23:31:15 zuntum Exp $ +@comment $NetBSD: PLIST.post,v 1.2 2002/02/15 10:12:56 skrll Exp $ @exec ln -sf %D/Acrobat3/Reader/Fonts %D/Acrobat3/Reader/${PLATFORM}/fonts -@unexec rm -f %D/Acrobat3/Reader/${PLATFORM}/fonts +@unexec ${RM} -f %D/Acrobat3/Reader/${PLATFORM}/fonts @exec ln -sf %D/Acrobat3/Reader/res %D/Acrobat3/Reader/${PLATFORM}/res -@unexec rm -f %D/Acrobat3/Reader/${PLATFORM}/res +@unexec ${RM} -f %D/Acrobat3/Reader/${PLATFORM}/res @dirrm Acrobat3/Browsers/${PLATFORM} @dirrm Acrobat3/Reader/${PLATFORM}/app-defaults @dirrm Acrobat3/Reader/${PLATFORM}/bin diff --git a/print/apsfilter/PLIST b/print/apsfilter/PLIST index 1dcc777797b..6c3acc9a857 100644 --- a/print/apsfilter/PLIST +++ b/print/apsfilter/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/01/10 06:53:02 martti Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:12:56 skrll Exp $ bin/aps2file bin/apsfilter-bug bin/apspreview @@ -274,7 +274,7 @@ share/doc/apsfilter/README.TeX share/doc/apsfilter/apsfilter4.gif share/doc/apsfilter/handbook.html share/doc/apsfilter/paper -@unexec rmdir %D/etc/apsfilter 2>/dev/null || true +@unexec ${RMDIR} %D/etc/apsfilter 2>/dev/null || true @dirrm share/apsfilter/bin @dirrm share/apsfilter/driver/ijs @dirrm share/apsfilter/driver/hpdj @@ -287,5 +287,5 @@ share/doc/apsfilter/paper @dirrm share/apsfilter/driver @dirrm share/apsfilter/setup @dirrm share/apsfilter/template -@unexec rmdir %D/share/apsfilter 2>/dev/null || true +@unexec ${RMDIR} %D/share/apsfilter 2>/dev/null || true @dirrm share/doc/apsfilter 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 diff --git a/print/stylewriter/PLIST b/print/stylewriter/PLIST index e8934c6a135..4fdbc7a0803 100644 --- a/print/stylewriter/PLIST +++ b/print/stylewriter/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:28:02 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:57 skrll Exp $ sbin/lpstyl libexec/stylewriter/direct_stylpbm libexec/stylewriter/direct_stylps @@ -17,5 +17,5 @@ share/examples/stylewriter/styl.ppd @dirrm share/examples/stylewriter @dirrm share/doc/stylewriter @dirrm libexec/stylewriter -@exec mkdir -p /var/spool/lpd/stylps -@unexec rmdir /var/spool/lpd/stylps 2>/dev/null || true +@exec ${MKDIR} -p /var/spool/lpd/stylps +@unexec ${RMDIR} /var/spool/lpd/stylps 2>/dev/null || true diff --git a/print/teTeX-bin/PLIST b/print/teTeX-bin/PLIST index 69b907b66ec..a549a2c83c1 100644 --- a/print/teTeX-bin/PLIST +++ b/print/teTeX-bin/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:28:06 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:57 skrll Exp $ @comment There are three files in this package that teTeX-share installs @comment and that teTeX-bin modifies. Take care of this: lib/libkpathsea.a @@ -350,4 +350,4 @@ bin/mktexmf bin/mktexpk @comment The next file is changed by various sub-pkgs (hugetex, ...) @exec %D/bin/mktexlsr -@unexec rm -f %D/share/texmf/ls-R +@unexec ${RM} -f %D/share/texmf/ls-R |