diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-10 07:57:27 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-10 07:57:27 +0000 |
commit | 3b0ec45c1363325fe5ddf4bbb1a1e6c75a571788 (patch) | |
tree | 735eeb5b237cfcdd3f38cf833b14b38b36a54600 /textproc/sgmltools-lite/pkg-plist | |
parent | - Use more graceful way to unbreak on amd64 (diff) |
- Fix pkg-plist
- Use PREFIX instead of LOCALBASE for installing
- Use USE_PYTHON_BUILD instead of an explicit dependency line
- Replace the URL mentioned in pkg-descr
- Bump PORTREVISION
PR: ports/75100
Submitted by: Chris Larsen <darth(at)vader.dk>, Stefan Walter <sw(at)gegenunendlich.de> (real fix)
Diffstat (limited to 'textproc/sgmltools-lite/pkg-plist')
-rw-r--r-- | textproc/sgmltools-lite/pkg-plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/sgmltools-lite/pkg-plist b/textproc/sgmltools-lite/pkg-plist index fca0d37a1bb5..b2e9b8e6e926 100644 --- a/textproc/sgmltools-lite/pkg-plist +++ b/textproc/sgmltools-lite/pkg-plist @@ -39,4 +39,7 @@ share/sgml/misc/sgmltools/VERSION @dirrm share/sgml/misc/sgmltools/python/backends @dirrm share/sgml/misc/sgmltools/python @dirrm share/sgml/misc/sgmltools +@dirrm etc/sgml/catalog.d @unexec rmdir %D/etc/sgml 2>/dev/null || true +@unexec rmdir %D/share/sgml/dtd 2>/dev/null || true +@unexec rmdir %D/share/sgml/misc 2>/dev/null || true |