diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-09 15:13:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-09 15:13:39 +0000 |
commit | 52b6e14fbb342a04c4e96ad9d860f1e827b5b372 (patch) | |
tree | b0e1433467c70165b43810181d7b2645221e6565 /textproc | |
parent | f29de0eb8b399189689c22336a985b0f22b350f2 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gauche-sxml/Makefile | 1 | ||||
-rw-r--r-- | textproc/gauche-sxml/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/textproc/gauche-sxml/Makefile b/textproc/gauche-sxml/Makefile index 0f97f6296da7..a7687772079b 100644 --- a/textproc/gauche-sxml/Makefile +++ b/textproc/gauche-sxml/Makefile @@ -7,6 +7,7 @@ PORTNAME= sxml PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= textproc scheme MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gauche diff --git a/textproc/gauche-sxml/pkg-plist b/textproc/gauche-sxml/pkg-plist index ef08279428d0..0b6a988e9cca 100644 --- a/textproc/gauche-sxml/pkg-plist +++ b/textproc/gauche-sxml/pkg-plist @@ -5,4 +5,3 @@ share/gauche/%%VERSION%%/lib/sxml/tree-trans.scm @dirrm share/gauche/%%VERSION%%/lib/sxml %%PORTDOCS%%share/doc/gauche/sxml/README %%PORTDOCS%%@dirrm share/doc/gauche/sxml -%%PORTDOCS%%@unexec rmdir %D/share/doc/gauche 2>/dev/null || true |