diff options
author | tron <tron> | 2002-12-09 16:01:10 +0000 |
---|---|---|
committer | tron <tron> | 2002-12-09 16:01:10 +0000 |
commit | 04ef0ab0bc819f60fbb9bf3caf332481ed9e528e (patch) | |
tree | ed3d3dfb4944ff842d136066e2afeafe924859e8 /print | |
parent | c04f6bcfb2c786201abd33ac5b817ec78540c618 (diff) | |
download | pkgsrc-04ef0ab0bc819f60fbb9bf3caf332481ed9e528e.tar.gz |
Replace "true" by "${TRUE}".
Diffstat (limited to 'print')
-rw-r--r-- | print/acroread/PLIST.post | 6 | ||||
-rw-r--r-- | print/acroread5/PLIST.post | 6 | ||||
-rw-r--r-- | print/apsfilter/PLIST | 6 | ||||
-rw-r--r-- | print/gnome-print/PLIST | 4 | ||||
-rw-r--r-- | print/libgnomeprint/PLIST | 4 | ||||
-rw-r--r-- | print/stylewriter/PLIST | 4 | ||||
-rw-r--r-- | print/xpdf-chinese-simplified/PLIST | 4 | ||||
-rw-r--r-- | print/xpdf-chinese-traditional/PLIST | 4 | ||||
-rw-r--r-- | print/xpdf-cyrillic/PLIST | 4 | ||||
-rw-r--r-- | print/xpdf-greek/PLIST | 4 | ||||
-rw-r--r-- | print/xpdf-hebrew/PLIST | 4 | ||||
-rw-r--r-- | print/xpdf-japanese/PLIST | 4 | ||||
-rw-r--r-- | print/xpdf-korean/PLIST | 4 | ||||
-rw-r--r-- | print/xpdf-latin2/PLIST | 4 | ||||
-rw-r--r-- | print/xpdf-thai/PLIST | 4 | ||||
-rw-r--r-- | print/xpdf-turkish/PLIST | 4 |
16 files changed, 35 insertions, 35 deletions
diff --git a/print/acroread/PLIST.post b/print/acroread/PLIST.post index 1c130f053d8..aa2eb3b4e0f 100644 --- a/print/acroread/PLIST.post +++ b/print/acroread/PLIST.post @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST.post,v 1.3 2002/06/26 10:29:54 seb Exp $ +@comment $NetBSD: PLIST.post,v 1.4 2002/12/09 16:01:36 tron Exp $ @exec ${MKDIR} %D/lib/netscape/plugins -@unexec ${RMDIR} %D/lib/netscape/plugins 2>/dev/null || true -@unexec ${RMDIR} %D/lib/netscape 2>/dev/null || true +@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 @exec ln -sf ../res %D/Acrobat4/Reader/${PLATFORM}/res diff --git a/print/acroread5/PLIST.post b/print/acroread5/PLIST.post index dead6240447..107d627c170 100644 --- a/print/acroread5/PLIST.post +++ b/print/acroread5/PLIST.post @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST.post,v 1.1.1.1 2002/08/01 11:59:08 grant Exp $ +@comment $NetBSD: PLIST.post,v 1.2 2002/12/09 16:01:37 tron Exp $ @exec ${MKDIR} %D/lib/netscape/plugins -@unexec ${RMDIR} %D/lib/netscape/plugins 2>/dev/null || true -@unexec ${RMDIR} %D/lib/netscape 2>/dev/null || true +@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/Acrobat5/Reader/${PLATFORM}/fonts @unexec ${RM} -f %D/Acrobat5/Reader/${PLATFORM}/fonts @exec ln -sf ../res %D/Acrobat5/Reader/${PLATFORM}/res diff --git a/print/apsfilter/PLIST b/print/apsfilter/PLIST index a2775b48931..ccb93d3643c 100644 --- a/print/apsfilter/PLIST +++ b/print/apsfilter/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2002/11/26 11:26:33 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.6 2002/12/09 16:01:37 tron Exp $ bin/aps2file bin/apsfilter-bug bin/apspreview @@ -280,7 +280,7 @@ share/doc/apsfilter/README.TeX share/doc/apsfilter/apsfilter4.png 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 @@ -293,5 +293,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/gnome-print/PLIST b/print/gnome-print/PLIST index 6ba715a5578..b85ba942c95 100644 --- a/print/gnome-print/PLIST +++ b/print/gnome-print/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/08/26 19:39:29 mjl Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/12/09 16:01:37 tron Exp $ ${PKGLOCALEDIR}/locale/az/LC_MESSAGES/gnome-print.mo ${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/gnome-print.mo ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/gnome-print.mo @@ -121,6 +121,6 @@ share/gnome/fonts/defaults.fontmap @dirrm share/fonts/afms/adobe @dirrm share/fonts/afms @dirrm include/gnome-1.0/libgnomeprint -@unexec ${RMDIR} %D/include/gnome-1.0 2>/dev/null || true +@unexec ${RMDIR} %D/include/gnome-1.0 2>/dev/null || ${TRUE} @dirrm etc/gnome/fonts @dirrm etc/gnome diff --git a/print/libgnomeprint/PLIST b/print/libgnomeprint/PLIST index feb3b7b0e36..ee220f58c03 100644 --- a/print/libgnomeprint/PLIST +++ b/print/libgnomeprint/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/09/12 04:19:50 rh Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:38 tron Exp $ bin/libgnomeprint-2.0-font-install etc/gnome/libgnomeprint-2.0/fonts/gnome-print.fontmap include/libgnomeprint-2.0/libgnomeprint/gnome-font-face.h @@ -100,7 +100,7 @@ ${PKGLOCALEDIR}/locale/wa/LC_MESSAGES/libgnomeprint-2.0.mo ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/libgnomeprint-2.0.mo ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/libgnomeprint-2.0.mo @dirrm share/gtk-doc/html/libgnomeprint -@unexec ${RMDIR} -p %D/share/gtk-doc/html 2>/dev/null || true +@unexec ${RMDIR} -p %D/share/gtk-doc/html 2>/dev/null || ${TRUE} @dirrm share/gnome/libgnomeprint-2.0/fonts @dirrm share/gnome/libgnomeprint-2.0 @dirrm share/gnome-print-2.0/vendors diff --git a/print/stylewriter/PLIST b/print/stylewriter/PLIST index 7706aa53ac6..9a63a336257 100644 --- a/print/stylewriter/PLIST +++ b/print/stylewriter/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/06/26 10:29:54 seb Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/12/09 16:01:38 tron Exp $ sbin/lpstyl libexec/stylewriter/direct_stylpbm libexec/stylewriter/direct_stylps @@ -18,4 +18,4 @@ share/examples/stylewriter/styl.ppd @dirrm share/doc/stylewriter @dirrm libexec/stylewriter @exec ${MKDIR} /var/spool/lpd/stylps -@unexec ${RMDIR} /var/spool/lpd/stylps 2>/dev/null || true +@unexec ${RMDIR} /var/spool/lpd/stylps 2>/dev/null || ${TRUE} diff --git a/print/xpdf-chinese-simplified/PLIST b/print/xpdf-chinese-simplified/PLIST index 02df28532f9..1671e8a01bb 100644 --- a/print/xpdf-chinese-simplified/PLIST +++ b/print/xpdf-chinese-simplified/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/11/08 10:02:36 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:38 tron Exp $ share/xpdf/chinese-simplified/Adobe-GB1.cidToUnicode share/xpdf/chinese-simplified/CMap/Adobe-GB1-0 share/xpdf/chinese-simplified/CMap/Adobe-GB1-1 @@ -36,4 +36,4 @@ share/xpdf/chinese-simplified/GBK.unicodeMap share/xpdf/chinese-simplified/ISO-2022-CN.unicodeMap @dirrm share/xpdf/chinese-simplified/CMap @dirrm share/xpdf/chinese-simplified -@unexec ${RMDIR} %D/share/xpdf 2> /dev/null || true +@unexec ${RMDIR} %D/share/xpdf 2> /dev/null || ${TRUE} diff --git a/print/xpdf-chinese-traditional/PLIST b/print/xpdf-chinese-traditional/PLIST index c3ff1470155..d79eacd4f5a 100644 --- a/print/xpdf-chinese-traditional/PLIST +++ b/print/xpdf-chinese-traditional/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/06 14:04:34 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/12/09 16:01:39 tron Exp $ share/xpdf/chinese-traditional/Adobe-CNS1.cidToUnicode share/xpdf/chinese-traditional/Big5.unicodeMap share/xpdf/chinese-traditional/CMap/Adobe-CNS1-0 @@ -43,4 +43,4 @@ share/xpdf/chinese-traditional/CMap/UniCNS-UTF8-H share/xpdf/chinese-traditional/CMap/UniCNS-UTF8-V @dirrm share/xpdf/chinese-traditional/CMap @dirrm share/xpdf/chinese-traditional -@unexec ${RMDIR} %D/share/xpdf 2> /dev/null || true +@unexec ${RMDIR} %D/share/xpdf 2> /dev/null || ${TRUE} diff --git a/print/xpdf-cyrillic/PLIST b/print/xpdf-cyrillic/PLIST index b76a27e533e..f6856617f2d 100644 --- a/print/xpdf-cyrillic/PLIST +++ b/print/xpdf-cyrillic/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/06 14:04:34 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/12/09 16:01:39 tron Exp $ share/xpdf/cyrillic/KOI8-R.unicodeMap @dirrm share/xpdf/cyrillic -@unexec ${RMDIR} %D/share/xpdf 2> /dev/null || true +@unexec ${RMDIR} %D/share/xpdf 2> /dev/null || ${TRUE} diff --git a/print/xpdf-greek/PLIST b/print/xpdf-greek/PLIST index 2fa03278a99..3b6b46b0257 100644 --- a/print/xpdf-greek/PLIST +++ b/print/xpdf-greek/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/06 14:04:34 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/12/09 16:01:39 tron Exp $ share/xpdf/greek/ISO-8859-7.unicodeMap @dirrm share/xpdf/greek -@unexec ${RMDIR} %D/share/xpdf 2> /dev/null || true +@unexec ${RMDIR} %D/share/xpdf 2> /dev/null || ${TRUE} diff --git a/print/xpdf-hebrew/PLIST b/print/xpdf-hebrew/PLIST index ae835d434b5..a7b56f0a4b8 100644 --- a/print/xpdf-hebrew/PLIST +++ b/print/xpdf-hebrew/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/11/08 10:08:59 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/12/09 16:01:40 tron Exp $ share/xpdf/hebrew/ISO-8859-8.unicodeMap @dirrm share/xpdf/hebrew -@unexec ${RMDIR} %D/share/xpdf 2> /dev/null || true +@unexec ${RMDIR} %D/share/xpdf 2> /dev/null || ${TRUE} diff --git a/print/xpdf-japanese/PLIST b/print/xpdf-japanese/PLIST index 8714bb0b6da..8dffbcb54e5 100644 --- a/print/xpdf-japanese/PLIST +++ b/print/xpdf-japanese/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/06 14:04:34 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/12/09 16:01:40 tron Exp $ share/xpdf/japanese/Adobe-Japan1.cidToUnicode share/xpdf/japanese/CMap/78-EUC-H share/xpdf/japanese/CMap/78-EUC-V @@ -59,4 +59,4 @@ share/xpdf/japanese/ISO-2022-JP.unicodeMap share/xpdf/japanese/Shift-JIS.unicodeMap @dirrm share/xpdf/japanese/CMap @dirrm share/xpdf/japanese -@unexec ${RMDIR} %D/share/xpdf 2> /dev/null || true +@unexec ${RMDIR} %D/share/xpdf 2> /dev/null || ${TRUE} diff --git a/print/xpdf-korean/PLIST b/print/xpdf-korean/PLIST index f18f4e547e5..087cccbc125 100644 --- a/print/xpdf-korean/PLIST +++ b/print/xpdf-korean/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/06 14:04:34 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/12/09 16:01:41 tron Exp $ share/xpdf/korean/Adobe-Korea1.cidToUnicode share/xpdf/korean/CMap/Adobe-Korea1-0 share/xpdf/korean/CMap/Adobe-Korea1-1 @@ -26,4 +26,4 @@ share/xpdf/korean/CMap/UniKS-UTF8-V share/xpdf/korean/ISO-2022-KR.unicodeMap @dirrm share/xpdf/korean/CMap @dirrm share/xpdf/korean -@unexec ${RMDIR} %D/share/xpdf 2> /dev/null || true +@unexec ${RMDIR} %D/share/xpdf 2> /dev/null || ${TRUE} diff --git a/print/xpdf-latin2/PLIST b/print/xpdf-latin2/PLIST index 491451bf664..113d9b525f0 100644 --- a/print/xpdf-latin2/PLIST +++ b/print/xpdf-latin2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/06 14:04:34 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/12/09 16:01:41 tron Exp $ share/xpdf/latin2/Latin2.unicodeMap @dirrm share/xpdf/latin2 -@unexec ${RMDIR} %D/share/xpdf 2> /dev/null || true +@unexec ${RMDIR} %D/share/xpdf 2> /dev/null || ${TRUE} diff --git a/print/xpdf-thai/PLIST b/print/xpdf-thai/PLIST index 59849a53616..5563f3cf981 100644 --- a/print/xpdf-thai/PLIST +++ b/print/xpdf-thai/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/06 14:04:34 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/12/09 16:01:41 tron Exp $ share/xpdf/thai/TIS-620.unicodeMap share/xpdf/thai/Thai.nameToUnicode @dirrm share/xpdf/thai -@unexec ${RMDIR} %D/share/xpdf 2> /dev/null || true +@unexec ${RMDIR} %D/share/xpdf 2> /dev/null || ${TRUE} diff --git a/print/xpdf-turkish/PLIST b/print/xpdf-turkish/PLIST index 9b215cd70a4..2047e629218 100644 --- a/print/xpdf-turkish/PLIST +++ b/print/xpdf-turkish/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/06 14:04:34 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/12/09 16:01:41 tron Exp $ share/xpdf/turkish/ISO-8859-9.unicodeMap @dirrm share/xpdf/turkish -@unexec ${RMDIR} %D/share/xpdf 2> /dev/null || true +@unexec ${RMDIR} %D/share/xpdf 2> /dev/null || ${TRUE} |