diff options
author | asami <asami@FreeBSD.org> | 2000-05-31 05:02:09 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-05-31 05:02:09 +0800 |
commit | fa96ba8dbfbab50386fad2942e1259dcd974ac4d (patch) | |
tree | 23ed75c13c42a3948d1ce5537eb2713bac320817 | |
parent | adca3b26fa6b2f2ab6ef9a9c9a27dda763f0b78a (diff) | |
download | freebsd-ports-graphics-fa96ba8dbfbab50386fad2942e1259dcd974ac4d.tar.gz freebsd-ports-graphics-fa96ba8dbfbab50386fad2942e1259dcd974ac4d.tar.zst freebsd-ports-graphics-fa96ba8dbfbab50386fad2942e1259dcd974ac4d.zip |
@unexec rmdir needs %D in pathname.
Found by: bento
-rw-r--r-- | lang/python-doc-html/pkg-plist_html | 2 | ||||
-rw-r--r-- | lang/python-doc-html/pkg-plist_pdf-a4 | 2 | ||||
-rw-r--r-- | lang/python-doc-html/pkg-plist_pdf-letter | 2 | ||||
-rw-r--r-- | lang/python-doc-html/pkg-plist_postscript-a4 | 2 | ||||
-rw-r--r-- | lang/python-doc-html/pkg-plist_postscript-letter | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lang/python-doc-html/pkg-plist_html b/lang/python-doc-html/pkg-plist_html index 386bc1710cd..47bd1822cec 100644 --- a/lang/python-doc-html/pkg-plist_html +++ b/lang/python-doc-html/pkg-plist_html @@ -643,4 +643,4 @@ share/doc/python/tut/tut.html @dirrm share/doc/python/ext @dirrm share/doc/python/doc @dirrm share/doc/python/api -@unexec rmdir share/doc/python 2>/dev/null || true +@unexec rmdir %D/share/doc/python 2>/dev/null || true diff --git a/lang/python-doc-html/pkg-plist_pdf-a4 b/lang/python-doc-html/pkg-plist_pdf-a4 index a7c4934d964..2c058962489 100644 --- a/lang/python-doc-html/pkg-plist_pdf-a4 +++ b/lang/python-doc-html/pkg-plist_pdf-a4 @@ -5,4 +5,4 @@ share/doc/python/lib.pdf share/doc/python/mac.pdf share/doc/python/ref.pdf share/doc/python/tut.pdf -@unexec rmdir share/doc/python 2>/dev/null || true +@unexec rmdir %D/share/doc/python 2>/dev/null || true diff --git a/lang/python-doc-html/pkg-plist_pdf-letter b/lang/python-doc-html/pkg-plist_pdf-letter index a7c4934d964..2c058962489 100644 --- a/lang/python-doc-html/pkg-plist_pdf-letter +++ b/lang/python-doc-html/pkg-plist_pdf-letter @@ -5,4 +5,4 @@ share/doc/python/lib.pdf share/doc/python/mac.pdf share/doc/python/ref.pdf share/doc/python/tut.pdf -@unexec rmdir share/doc/python 2>/dev/null || true +@unexec rmdir %D/share/doc/python 2>/dev/null || true diff --git a/lang/python-doc-html/pkg-plist_postscript-a4 b/lang/python-doc-html/pkg-plist_postscript-a4 index 4d745759267..3b704d57782 100644 --- a/lang/python-doc-html/pkg-plist_postscript-a4 +++ b/lang/python-doc-html/pkg-plist_postscript-a4 @@ -6,4 +6,4 @@ share/doc/python/mac.ps share/doc/python/ref.ps share/doc/python/tut.ps share/doc/python/README -@unexec rmdir share/doc/python 2>/dev/null || true +@unexec rmdir %D/share/doc/python 2>/dev/null || true diff --git a/lang/python-doc-html/pkg-plist_postscript-letter b/lang/python-doc-html/pkg-plist_postscript-letter index 4d745759267..3b704d57782 100644 --- a/lang/python-doc-html/pkg-plist_postscript-letter +++ b/lang/python-doc-html/pkg-plist_postscript-letter @@ -6,4 +6,4 @@ share/doc/python/mac.ps share/doc/python/ref.ps share/doc/python/tut.ps share/doc/python/README -@unexec rmdir share/doc/python 2>/dev/null || true +@unexec rmdir %D/share/doc/python 2>/dev/null || true |