diff options
author | jlam <jlam@pkgsrc.org> | 2003-02-05 03:34:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-02-05 03:34:23 +0000 |
commit | d96e892d594cad538860b357924838b8592881f3 (patch) | |
tree | f930d859f5a2f7221a97944a50372f43f3c14a48 /www | |
parent | ff8866a973a01dcaea34f748fca82f9dd09679ed (diff) | |
download | pkgsrc-d96e892d594cad538860b357924838b8592881f3.tar.gz |
Replace "rm" with "${RM}" and create plugins directory as part of binary
package installation.
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla/PLIST | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/www/mozilla/PLIST b/www/mozilla/PLIST index e01d84c2e41..39a19db0bf0 100644 --- a/www/mozilla/PLIST +++ b/www/mozilla/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2003/01/22 03:29:52 lukem Exp $ +@comment $NetBSD: PLIST,v 1.5 2003/02/05 03:34:23 jlam Exp $ bin/${MOZILLA} @comment begin PROGRAMS lib/${MOZILLA}/${MOZILLA_BIN} @@ -2677,15 +2677,15 @@ include/${MOZILLA}/zlib/zlib.h @comment end INCLUDE @exec env LD_LIBRARY_PATH=%D/lib/${MOZILLA} MOZILLA_FIVE_HOME=%D/lib/${MOZILLA} %D/lib/${MOZILLA}/regxpcom @exec env LD_LIBRARY_PATH=%D/lib/${MOZILLA} MOZILLA_FIVE_HOME=%D/lib/${MOZILLA} %D/lib/${MOZILLA}/regchrome -@unexec rm %D/lib/${MOZILLA}/chrome/chrome.rdf -@unexec rm %D/lib/${MOZILLA}/chrome/overlayinfo/communicator/content/overlays.rdf -@unexec rm %D/lib/${MOZILLA}/chrome/overlayinfo/cookie/content/overlays.rdf -@unexec rm %D/lib/${MOZILLA}/chrome/overlayinfo/editor/content/overlays.rdf -@unexec rm %D/lib/${MOZILLA}/chrome/overlayinfo/inspector/content/overlays.rdf -@unexec rm %D/lib/${MOZILLA}/chrome/overlayinfo/messenger/content/overlays.rdf -@unexec rm %D/lib/${MOZILLA}/chrome/overlayinfo/navigator/content/overlays.rdf -@unexec rm %D/lib/${MOZILLA}/components/compreg.dat -@unexec rm %D/lib/${MOZILLA}/components/xpti.dat +@unexec ${RM} %D/lib/${MOZILLA}/chrome/chrome.rdf +@unexec ${RM} %D/lib/${MOZILLA}/chrome/overlayinfo/communicator/content/overlays.rdf +@unexec ${RM} %D/lib/${MOZILLA}/chrome/overlayinfo/cookie/content/overlays.rdf +@unexec ${RM} %D/lib/${MOZILLA}/chrome/overlayinfo/editor/content/overlays.rdf +@unexec ${RM} %D/lib/${MOZILLA}/chrome/overlayinfo/inspector/content/overlays.rdf +@unexec ${RM} %D/lib/${MOZILLA}/chrome/overlayinfo/messenger/content/overlays.rdf +@unexec ${RM} %D/lib/${MOZILLA}/chrome/overlayinfo/navigator/content/overlays.rdf +@unexec ${RM} %D/lib/${MOZILLA}/components/compreg.dat +@unexec ${RM} %D/lib/${MOZILLA}/components/xpti.dat @dirrm lib/${MOZILLA}/chrome/overlayinfo/navigator/content @dirrm lib/${MOZILLA}/chrome/overlayinfo/navigator @dirrm lib/${MOZILLA}/chrome/overlayinfo/messenger/content @@ -2713,6 +2713,7 @@ include/${MOZILLA}/zlib/zlib.h @dirrm lib/${MOZILLA}/res/dtd @dirrm lib/${MOZILLA}/res/builtin @dirrm lib/${MOZILLA}/res +@exec ${MKDIR} -p %D/lib/${MOZILLA}/plugins @dirrm lib/${MOZILLA}/plugins @dirrm lib/${MOZILLA}/icons @dirrm lib/${MOZILLA}/defaults/wallet |