diff options
author | mycroft <mycroft@pkgsrc.org> | 2002-07-15 18:25:49 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2002-07-15 18:25:49 +0000 |
commit | 1c83ca392b1cc550a182f4c3ab232d57fe27760e (patch) | |
tree | 23ceb9f5ff22eb88e312cadf38725f4e695f551d | |
parent | 9e3878ee9e472480b15c1c5915ba13898c0e0c4b (diff) | |
download | pkgsrc-1c83ca392b1cc550a182f4c3ab232d57fe27760e.tar.gz |
Add mkdirs for empty directories.
-rw-r--r-- | mail/evolution/PLIST | 4 | ||||
-rw-r--r-- | print/teTeX-sharesrc/PLIST | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/mail/evolution/PLIST b/mail/evolution/PLIST index 00224b1c235..efbecdfa675 100644 --- a/mail/evolution/PLIST +++ b/mail/evolution/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2002/07/12 23:39:49 mycroft Exp $ +@comment $NetBSD: PLIST,v 1.7 2002/07/15 18:25:49 mycroft Exp $ bin/csv2vcard bin/evolution bin/evolution-addressbook @@ -368,6 +368,8 @@ share/evolution/views/tasks/Tasks.galview share/evolution/views/tasks/With_Category.galview share/evolution/views/tasks/galview.xml share/gnome/apps/Applications/evolution.desktop +@exec ${MKDIR} %D/share/gnome/help/cal +@exec ${MKDIR} %D/share/gnome/help/cal/C share/gnome/help/evolution/C/access.html share/gnome/help/evolution/C/apx-gloss.html share/gnome/help/evolution/C/authors.html diff --git a/print/teTeX-sharesrc/PLIST b/print/teTeX-sharesrc/PLIST index 50b848d0960..3b601875754 100644 --- a/print/teTeX-sharesrc/PLIST +++ b/print/teTeX-sharesrc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:28:09 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/07/15 18:29:03 mycroft Exp $ share/texmf/source/README share/texmf/source/amstex/00Contents share/texmf/source/amstex/READ.ME @@ -465,6 +465,7 @@ share/texmf/source/latex/afthesis/thesnumb.bst share/texmf/source/latex/afthesis/thesnumb.doc share/texmf/source/latex/afthesis/usethesis.dvi share/texmf/source/latex/afthesis/usethesis.tex +@exec ${MKDIR} %D/share/texmf/source/latex/aguplus share/texmf/source/latex/algorithms/Makefile.tetex share/texmf/source/latex/algorithms/algorithm.sty share/texmf/source/latex/algorithms/algorithmic.sty @@ -1576,6 +1577,7 @@ share/texmf/source/latex/jknappen/young.sty share/texmf/source/latex/koma-script/00CONTEN share/texmf/source/latex/koma-script/Makefile.tetex share/texmf/source/latex/koma-script/README +@exec ${MKDIR} %D/share/texmf/source/latex/koma-script/contrib share/texmf/source/latex/koma-script/knownbug.txt share/texmf/source/latex/koma-script/komabug.tex share/texmf/source/latex/koma-script/liesmich.txt @@ -2617,6 +2619,7 @@ share/texmf/source/latex/wasysym/wasysym.drv share/texmf/source/latex/wasysym/wasysym.dtx share/texmf/source/latex/wasysym/wasysym.ins share/texmf/source/latex/wasysym/wasysym.upl +@exec ${MKDIR} %D/share/texmf/source/latex/x share/texmf/source/latex/xtab/Makefile.tetex share/texmf/source/latex/xtab/README share/texmf/source/latex/xtab/tetex.ins |