diff options
author | pav <pav@FreeBSD.org> | 2005-04-09 23:13:39 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-09 23:13:39 +0800 |
commit | 212090969e6d13b1c9bb44c08171eb380b770e73 (patch) | |
tree | 5e25ef2640bf1ba0cc128374907388c5067510e6 /textproc | |
parent | 4c66e88028ea09b2359c9824a62c955094ac8c57 (diff) | |
download | freebsd-ports-graphics-212090969e6d13b1c9bb44c08171eb380b770e73.tar.gz freebsd-ports-graphics-212090969e6d13b1c9bb44c08171eb380b770e73.tar.zst freebsd-ports-graphics-212090969e6d13b1c9bb44c08171eb380b770e73.zip |
- Reflect plist changes in gauche port
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 0f97f6296da..a7687772079 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 ef08279428d..0b6a988e9cc 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 |