diff options
author | jlam <jlam> | 2002-09-18 20:52:34 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-18 20:52:34 +0000 |
commit | 472a29049e9e3e6fb5964bb5f1cde871b19fcf5f (patch) | |
tree | 02c860a74bf70e49004e4439e6a9f71fd6221011 /print | |
parent | 140318b540b9a7c16504b34caef47a50f9de6d17 (diff) | |
download | pkgsrc-472a29049e9e3e6fb5964bb5f1cde871b19fcf5f.tar.gz |
Only attempt to remove the man/de/* directories as other packages may also
have man pages there.
Diffstat (limited to 'print')
-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} |