diff options
author | novel <novel@FreeBSD.org> | 2005-11-04 11:26:48 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-11-04 11:26:48 +0800 |
commit | 2dfe707ddcd10dc6e7726b69eb981270c3f2b8ea (patch) | |
tree | 5b97f346d9f0757538cb288e42ca938771626369 /textproc | |
parent | e98e6720f92bd9b35433cb1cb987954241ef06ea (diff) | |
download | freebsd-ports-graphics-2dfe707ddcd10dc6e7726b69eb981270c3f2b8ea.tar.gz freebsd-ports-graphics-2dfe707ddcd10dc6e7726b69eb981270c3f2b8ea.tar.zst freebsd-ports-graphics-2dfe707ddcd10dc6e7726b69eb981270c3f2b8ea.zip |
Fix MASTER_SITES.
PR: 88461
Submitted by: Lars Eggert (maintainer)
Reported by: pointyhat via kris
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rfcdiff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/rfcdiff/Makefile b/textproc/rfcdiff/Makefile index e5015dd48e6..2b3efc50e15 100644 --- a/textproc/rfcdiff/Makefile +++ b/textproc/rfcdiff/Makefile @@ -7,7 +7,7 @@ PORTNAME= rfcdiff PORTVERSION= 1.27 CATEGORIES= textproc -MASTER_SITES= http://ietf.levkowetz.com/tools/${PORTNAME}/ +MASTER_SITES= http://tools.ietf.org/tools/${PORTNAME}/ DISTNAME= ${PORTNAME}-v${PORTVERSION} EXTRACT_SUFX= |