diff options
author | drochner <drochner> | 2005-03-31 19:19:00 +0000 |
---|---|---|
committer | drochner <drochner> | 2005-03-31 19:19:00 +0000 |
commit | 12569eed6ccc102909476d75e16fd14db33cbccb (patch) | |
tree | ecc78c8ca684b2c7ed8a4ec154de8bad56ffff68 /print/ghostscript-gnu | |
parent | 3999ab11fa8f617360fa1b6e78c44c39838fee5f (diff) | |
download | pkgsrc-12569eed6ccc102909476d75e16fd14db33cbccb.tar.gz |
don't try to rmdir ${PREFIX}/man/de; this is an official part of the
tree, listed in NetBSD.pkg.dist
Diffstat (limited to 'print/ghostscript-gnu')
-rw-r--r-- | print/ghostscript-gnu/PLIST | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/ghostscript-gnu/PLIST b/print/ghostscript-gnu/PLIST index e8b09355b39..ffe288ea5f6 100644 --- a/print/ghostscript-gnu/PLIST +++ b/print/ghostscript-gnu/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2004/03/25 15:35:48 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2005/03/31 19:19:00 drochner Exp $ bin/bdftops bin/dvipdf bin/eps2eps @@ -351,5 +351,3 @@ share/ghostscript/${GS_VERS}/lib/zeroline.ps @dirrm share/examples/ghostscript/cjk @dirrm share/examples/ghostscript @dirrm share/doc/html/ghostscript -@unexec ${RMDIR} %D/man/de/man1 2>/dev/null || ${TRUE} -@unexec ${RMDIR} %D/man/de 2>/dev/null || ${TRUE} |