summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/bluefish/PLIST4
-rw-r--r--www/communicator/PLIST.post6
-rw-r--r--www/haskell-cgi/PLIST4
-rw-r--r--www/htdig/PLIST6
-rw-r--r--www/navigator/PLIST.post6
-rw-r--r--www/ns-plugger-common/PLIST4
-rw-r--r--www/php-FastTemplate/PLIST4
-rw-r--r--www/squid/PLIST4
-rw-r--r--www/squidGuard/PLIST6
-rw-r--r--www/waplet/PLIST6
-rw-r--r--www/wwwoffle/PLIST10
11 files changed, 30 insertions, 30 deletions
diff --git a/www/bluefish/PLIST b/www/bluefish/PLIST
index 10525df0514..f1dfa18186b 100644
--- a/www/bluefish/PLIST
+++ b/www/bluefish/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:13:02 skrll Exp $
+@comment $NetBSD: PLIST,v 1.4 2002/12/09 16:01:48 tron Exp $
bin/bluefish
man/man1/bluefish.1
share/bluefish/php3_functions
@@ -175,7 +175,7 @@ ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/bluefish.mo
${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/bluefish.mo
${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/bluefish.mo
${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/bluefish.mo
-@unexec ${RMDIR} -p %D/share/pixmaps 2>/dev/null || true
+@unexec ${RMDIR} -p %D/share/pixmaps 2>/dev/null || ${TRUE}
@dirrm share/doc/html/bluefish/images
@dirrm share/doc/html/bluefish/en
@dirrm share/doc/html/bluefish/it
diff --git a/www/communicator/PLIST.post b/www/communicator/PLIST.post
index 5e4e9a9b158..a1043104420 100644
--- a/www/communicator/PLIST.post
+++ b/www/communicator/PLIST.post
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.post,v 1.4 2002/08/25 21:52:03 jlam Exp $
+@comment $NetBSD: PLIST.post,v 1.5 2002/12/09 16:01:48 tron Exp $
@dirrm lib/netscape/${BINNAME}-${NS_VERS}/spell
@dirrm lib/netscape/${BINNAME}-${NS_VERS}/plugins
@dirrm lib/netscape/${BINNAME}-${NS_VERS}/nethelp/netscape/trouble
@@ -19,5 +19,5 @@
@dirrm lib/netscape/${BINNAME}-${NS_VERS}/java
@dirrm lib/netscape/${BINNAME}-${NS_VERS}
@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}
diff --git a/www/haskell-cgi/PLIST b/www/haskell-cgi/PLIST
index b9a840dc9c8..60c07c4922c 100644
--- a/www/haskell-cgi/PLIST
+++ b/www/haskell-cgi/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:13:03 skrll Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:49 tron Exp $
share/examples/hugs-cgi/Counter.cgi
share/examples/hugs-cgi/DownloadPapers.cgi
share/examples/hugs-cgi/EnvPassed.cgi
@@ -8,5 +8,5 @@ share/examples/hugs-cgi/HelloPlain.cgi
share/examples/hugs-cgi/README
share/examples/hugs-cgi/TODO
share/hugs/lib/CGI.lhs
-@unexec ${RMDIR} %D/share/hugs/lib 2>/dev/null || true
+@unexec ${RMDIR} %D/share/hugs/lib 2>/dev/null || ${TRUE}
@dirrm share/examples/hugs-cgi
diff --git a/www/htdig/PLIST b/www/htdig/PLIST
index 0e5f5b9f633..99605217348 100644
--- a/www/htdig/PLIST
+++ b/www/htdig/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2002/06/26 10:30:07 seb Exp $
+@comment $NetBSD: PLIST,v 1.4 2002/12/09 16:01:49 tron Exp $
bin/htfuzzy
bin/htdig
bin/htdump
@@ -56,8 +56,8 @@ share/htdig/common/word2root.db
@exec ${MKDIR} ${PKG_SYSCONFDIR}/htdig
@exec if [ ! -f ${PKG_SYSCONFDIR}/htdig/htdig.conf ]; then cp %D/share/examples/htdig/htdig.conf ${PKG_SYSCONFDIR}/htdig/htdig.conf; fi
@exec ${MKDIR} /var/db/htdig
-@unexec rmdir ${PKG_SYSCONFDIR}/htdig 2>/dev/null || true
-@unexec rmdir /var/db/htdig 2>/dev/null || true
+@unexec rmdir ${PKG_SYSCONFDIR}/htdig 2>/dev/null || ${TRUE}
+@unexec rmdir /var/db/htdig 2>/dev/null || ${TRUE}
@dirrm share/htdig/common
@dirrm share/htdig
@dirrm share/examples/htdig
diff --git a/www/navigator/PLIST.post b/www/navigator/PLIST.post
index 2d3e007662a..10ed2c04e63 100644
--- a/www/navigator/PLIST.post
+++ b/www/navigator/PLIST.post
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.post,v 1.3 2002/06/26 10:30:08 seb Exp $
+@comment $NetBSD: PLIST.post,v 1.4 2002/12/09 16:01:49 tron Exp $
@dirrm lib/netscape/${BINNAME}-${NS_VERS}/plugins
@dirrm lib/netscape/${BINNAME}-${NS_VERS}/nethelp/netscape/shared
@dirrm lib/netscape/${BINNAME}-${NS_VERS}/nethelp/netscape/navigatr
@@ -12,5 +12,5 @@
@dirrm lib/netscape/${BINNAME}-${NS_VERS}/java
@dirrm lib/netscape/${BINNAME}-${NS_VERS}
@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}
diff --git a/www/ns-plugger-common/PLIST b/www/ns-plugger-common/PLIST
index 6e8bb54dbaa..ab4620a2563 100644
--- a/www/ns-plugger-common/PLIST
+++ b/www/ns-plugger-common/PLIST
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:13:04 skrll Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:50 tron Exp $
${NS_PLUGINS_DIR}/plugger.so
man/man7/plugger.7
share/doc/plugger/README
share/doc/plugger/COPYING
@dirrm share/doc/plugger
-@unexec ${RMDIR} -p %D/${NS_PLUGINS_DIR} 2>/dev/null || true
+@unexec ${RMDIR} -p %D/${NS_PLUGINS_DIR} 2>/dev/null || ${TRUE}
diff --git a/www/php-FastTemplate/PLIST b/www/php-FastTemplate/PLIST
index dda15defe83..16e062dac1c 100644
--- a/www/php-FastTemplate/PLIST
+++ b/www/php-FastTemplate/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:13:04 skrll Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:51 tron Exp $
${PHP_LIB_SUBDIR}/class.FastTemplate.php3
share/doc/html/${PKGBASE}/FastTemplate.html
share/examples/${PKGBASE}/dynamic_example.php
@@ -18,4 +18,4 @@ share/examples/${PKGBASE}/templates/test.tpl
@dirrm share/examples/${PKGBASE}/templates
@dirrm share/examples/${PKGBASE}
@dirrm share/doc/html/${PKGBASE}
-@unexec ${RMDIR} -p %D/${PHP_LIB_SUBDIR} 2>/dev/null || true
+@unexec ${RMDIR} -p %D/${PHP_LIB_SUBDIR} 2>/dev/null || ${TRUE}
diff --git a/www/squid/PLIST b/www/squid/PLIST
index 9c0a5b17457..15ef940d13a 100644
--- a/www/squid/PLIST
+++ b/www/squid/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2002/11/25 14:46:14 taca Exp $
+@comment $NetBSD: PLIST,v 1.11 2002/12/09 16:01:51 tron Exp $
bin/squidclient
etc/rc.d/squid
libexec/cachemgr.cgi
@@ -10,4 +10,4 @@ sbin/RunCache
sbin/squid
@dirrm share/examples/squid
@exec ${MKDIR} ${PKG_SYSCONFDIR}
-@unexec rmdir ${PKG_SYSCONFDIR} 2>/dev/null || true
+@unexec rmdir ${PKG_SYSCONFDIR} 2>/dev/null || ${TRUE}
diff --git a/www/squidGuard/PLIST b/www/squidGuard/PLIST
index d22d0a76a03..9b6fa8c5bd4 100644
--- a/www/squidGuard/PLIST
+++ b/www/squidGuard/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/08/05 00:20:30 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:52 tron Exp $
bin/squidGuard
-@unexec ${RMDIR} /var/squidguard/log 2>/dev/null || true
-@unexec ${RMDIR} /var/squidguard 2>/dev/null || true
+@unexec ${RMDIR} /var/squidguard/log 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} /var/squidguard 2>/dev/null || ${TRUE}
diff --git a/www/waplet/PLIST b/www/waplet/PLIST
index 425c5873fe3..7d079ff83db 100644
--- a/www/waplet/PLIST
+++ b/www/waplet/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:13:05 skrll Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:52 tron Exp $
share/httpd/htdocs/waplet/waplet.jar
share/doc/waplet/README
share/doc/waplet/COPYING
@@ -8,7 +8,7 @@ share/doc/waplet/waplet.java
share/examples/waplet/sample.html
share/examples/waplet/wap_content.wml
@dirrm share/httpd/htdocs/waplet
-@unexec ${RMDIR} %D/share/httpd/htdocs 2>/dev/null || true
-@unexec ${RMDIR} %D/share/httpd 2>/dev/null || true
+@unexec ${RMDIR} %D/share/httpd/htdocs 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/share/httpd 2>/dev/null || ${TRUE}
@dirrm share/doc/waplet
@dirrm share/examples/waplet
diff --git a/www/wwwoffle/PLIST b/www/wwwoffle/PLIST
index 9041ace9261..7938fe3a8b0 100644
--- a/www/wwwoffle/PLIST
+++ b/www/wwwoffle/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2002/09/05 16:56:54 fredb Exp $
+@comment $NetBSD: PLIST,v 1.7 2002/12/09 16:01:53 tron Exp $
bin/wwwoffle
bin/wwwoffle-hash
bin/wwwoffle-ls
@@ -60,15 +60,15 @@ share/doc/wwwoffle/pl/LSM
share/doc/wwwoffle/pl/README.1st
share/doc/wwwoffle/pl/README.lang
share/examples/wwwoffle.conf
-@unexec rmdir %D/share/doc/wwwoffle/ru 2>/dev/null || true
+@unexec rmdir %D/share/doc/wwwoffle/ru 2>/dev/null || ${TRUE}
@dirrm share/doc/wwwoffle/pl
-@unexec rmdir %D/share/doc/wwwoffle/nl 2>/dev/null || true
-@unexec rmdir %D/share/doc/wwwoffle/it 2>/dev/null || true
+@unexec rmdir %D/share/doc/wwwoffle/nl 2>/dev/null || ${TRUE}
+@unexec rmdir %D/share/doc/wwwoffle/it 2>/dev/null || ${TRUE}
@dirrm share/doc/wwwoffle/fr
@dirrm share/doc/wwwoffle/es
@dirrm share/doc/wwwoffle/de
@dirrm share/doc/wwwoffle
@exec ${GTAR} xzCf / %D/libdata/wwwoffle-spool.tar.gz
@unexec cd /var/wwwoffle && ${RM} -rf html* search*
-@unexec ${RMDIR} /var/wwwoffle/* 2>/dev/null && ${RMDIR} /var/wwwoffle 2>/dev/null || true
+@unexec ${RMDIR} /var/wwwoffle/* 2>/dev/null && ${RMDIR} /var/wwwoffle 2>/dev/null || ${TRUE}
@unexec if [ -d /var/wwwoffle ]; then echo "If you won't use the WWWOFFLE package anymore, remove the cache manually by"; echo ' rm -rf /var/wwwoffle'; fi