diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-11-18 05:41:20 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-11-18 05:41:20 +0800 |
commit | c9cbf791edb692549f0ba3caecf6151500980870 (patch) | |
tree | 65a53dc73997af38c920da753114093a9367dc73 /japanese | |
parent | 222af3dd3046eabcb238556ab7685c80374418c9 (diff) | |
download | freebsd-ports-gnome-c9cbf791edb692549f0ba3caecf6151500980870.tar.gz freebsd-ports-gnome-c9cbf791edb692549f0ba3caecf6151500980870.tar.zst freebsd-ports-gnome-c9cbf791edb692549f0ba3caecf6151500980870.zip |
- fix plist with -DNOPORTDOCS
- pet portlint
- bump PORTREVISION
Prompted by: QAT QA run
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/tcl80/Makefile | 4 | ||||
-rw-r--r-- | japanese/tcl80/pkg-plist | 14 |
2 files changed, 9 insertions, 9 deletions
diff --git a/japanese/tcl80/Makefile b/japanese/tcl80/Makefile index 34eeb3a49df3..e120bc1c9fe6 100644 --- a/japanese/tcl80/Makefile +++ b/japanese/tcl80/Makefile @@ -7,7 +7,7 @@ PORTNAME= tcl PORTVERSION= 8.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese lang tcl MASTER_SITES= ${MASTER_SITE_TCLTK} MASTER_SITE_SUBDIR=tcl8_0 @@ -37,7 +37,7 @@ USE_LDCONFIG= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" -BROKEN= "Does not compile on sparc64 (needs -fPIC)" +BROKEN= Does not compile on sparc64 (needs -fPIC) .endif .if !defined(NOPORTDOCS) diff --git a/japanese/tcl80/pkg-plist b/japanese/tcl80/pkg-plist index c48fc4846134..239bb832a610 100644 --- a/japanese/tcl80/pkg-plist +++ b/japanese/tcl80/pkg-plist @@ -27,12 +27,12 @@ lib/tcl8.0jp/http2.0/http.tcl lib/tcl8.0jp/http2.0/pkgIndex.tcl lib/tcl8.0jp/opt0.1/optparse.tcl lib/tcl8.0jp/opt0.1/pkgIndex.tcl -share/doc/tcl8.0jp/README -share/doc/tcl8.0jp/changes -share/doc/tcl8.0jp/README.JP -share/doc/tcl8.0jp/changes.JP -share/doc/tcl8.0jp/Incompat80jp -share/doc/tcl8.0jp/README.FreeBSD.JP +%%PORTDOCS%%share/doc/tcl8.0jp/README +%%PORTDOCS%%share/doc/tcl8.0jp/changes +%%PORTDOCS%%share/doc/tcl8.0jp/README.JP +%%PORTDOCS%%share/doc/tcl8.0jp/changes.JP +%%PORTDOCS%%share/doc/tcl8.0jp/Incompat80jp +%%PORTDOCS%%share/doc/tcl8.0jp/README.FreeBSD.JP @dirrm include/tcl8.0jp/generic @dirrm include/tcl8.0jp/unix @dirrm include/tcl8.0jp @@ -40,4 +40,4 @@ share/doc/tcl8.0jp/README.FreeBSD.JP @dirrm lib/tcl8.0jp/http1.0 @dirrm lib/tcl8.0jp/opt0.1 @dirrm lib/tcl8.0jp -@dirrm share/doc/tcl8.0jp +%%PORTDOCS%%@dirrm share/doc/tcl8.0jp |