diff options
author | jlam <jlam> | 2002-09-18 20:52:34 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-18 20:52:34 +0000 |
commit | 851512642d2291a334c671fb1941e824a4d4c203 (patch) | |
tree | 02c860a74bf70e49004e4439e6a9f71fd6221011 | |
parent | 430869e8029f7e9b04ef306b4a99770d61fad6fa (diff) | |
download | pkgsrc-851512642d2291a334c671fb1941e824a4d4c203.tar.gz |
Only attempt to remove the man/de/* directories as other packages may also
have man pages there.
-rw-r--r-- | print/ghostscript-gnu/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/ghostscript-gnu/PLIST b/print/ghostscript-gnu/PLIST index 1299fc4a02e..53a148af6aa 100644 --- a/print/ghostscript-gnu/PLIST +++ b/print/ghostscript-gnu/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/09/13 05:43:28 jlam Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/09/18 20:52:34 jlam Exp $ bin/bdftops bin/dvipdf bin/eps2eps @@ -357,5 +357,5 @@ share/ghostscript/${GS_VERS}/lib/zeroline.ps @dirrm share/examples/ghostscript/cjk @dirrm share/examples/ghostscript @dirrm share/doc/html/ghostscript -@dirrm man/de/man1 -@dirrm man/de +@unexec ${RMDIR} %D/man/de/man1 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/de 2>/dev/null || ${TRUE} |