diff options
author | erwin <erwin@FreeBSD.org> | 2006-05-01 22:39:51 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-05-01 22:39:51 +0800 |
commit | 4c5d4efca4036e4a41000427c1586dd4e5b38ee4 (patch) | |
tree | eeec5d8180e2c04fd2888191ae782cefe8177410 /textproc | |
parent | 6b456391f78a3d96de94145d17f210b587478917 (diff) | |
download | freebsd-ports-graphics-4c5d4efca4036e4a41000427c1586dd4e5b38ee4.tar.gz freebsd-ports-graphics-4c5d4efca4036e4a41000427c1586dd4e5b38ee4.tar.zst freebsd-ports-graphics-4c5d4efca4036e4a41000427c1586dd4e5b38ee4.zip |
- Add master site
- Provide working WWW
- Use DOCSDIR
- Pet portlint
PR: 96587
Submitted by: Ion-Mihai IOnut Tetcu <itetcu@people.tecnik93.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/carthage/Makefile | 5 | ||||
-rw-r--r-- | textproc/carthage/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/carthage/pkg-plist | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/textproc/carthage/Makefile b/textproc/carthage/Makefile index f85b3996d09..6011da35dd1 100644 --- a/textproc/carthage/Makefile +++ b/textproc/carthage/Makefile @@ -6,10 +6,11 @@ # PORTNAME= carthage -PORTVERSION= 1.0 # Cannot find any version information +PORTVERSION= 1.0 # No version information on WWW PORTREVISION= 1 CATEGORIES= textproc -MASTER_SITES= http://www.tei-c.org/Software/carthage/ +MASTER_SITES= http://www.tei-c.org/Software/carthage/ \ + http://www.tei-c.org.uk/Software/carthage/ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org diff --git a/textproc/carthage/pkg-descr b/textproc/carthage/pkg-descr index 8136ca9d7d6..565046fdc71 100644 --- a/textproc/carthage/pkg-descr +++ b/textproc/carthage/pkg-descr @@ -1,6 +1,6 @@ A parser and clean-up tool for SGML DTDs. -WWW: http://www.tei-c.org/Software/carthage +WWW: http://www.tei-c.org.uk/Software/carthage/ - Henrik Motakef <henrik.motakef@web.de> diff --git a/textproc/carthage/pkg-plist b/textproc/carthage/pkg-plist index e1894524c32..fdd1ba68336 100644 --- a/textproc/carthage/pkg-plist +++ b/textproc/carthage/pkg-plist @@ -1,5 +1,5 @@ bin/carthage bin/carthago -%%PORTDOCS%%share/doc/carthage/README -%%PORTDOCS%%share/doc/carthage/README.SPQR -%%PORTDOCS%%@dirrm share/doc/carthage +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.SPQR +%%PORTDOCS%%@dirrm %%DOCSDIR%% |