diff options
author | jedgar <jedgar@FreeBSD.org> | 1999-12-22 21:31:07 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 1999-12-22 21:31:07 +0800 |
commit | 7b012cd6a3d401da6965f069e8fa1445b5168b38 (patch) | |
tree | c6ac8125e71352c78ffb3198a5a52b99efe8cb6c /textproc/code2html/Makefile | |
parent | d852553a750229afb41483e0721b1ea42bb2ece3 (diff) | |
download | freebsd-ports-gnome-7b012cd6a3d401da6965f069e8fa1445b5168b38.tar.gz freebsd-ports-gnome-7b012cd6a3d401da6965f069e8fa1445b5168b38.tar.zst freebsd-ports-gnome-7b012cd6a3d401da6965f069e8fa1445b5168b38.zip |
Correct MASTER_SITES
PR: 15322
Diffstat (limited to 'textproc/code2html/Makefile')
-rw-r--r-- | textproc/code2html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/code2html/Makefile b/textproc/code2html/Makefile index 6d6be14e34a7..d7b06a8c85b7 100644 --- a/textproc/code2html/Makefile +++ b/textproc/code2html/Makefile @@ -9,10 +9,10 @@ DISTNAME= code2html.pl PKGNAME= code2html-0.8.7c CATEGORIES= textproc -MASTER_SITES= http://www.giga.or.at/~weasel/pub/code2html/latest/ +MASTER_SITES= http://www.cosy.sbg.ac.at/~ppalfrad/code2html/ EXTRACT_SUFX= .gz -MAINTAINER= jedgar@fxp.org +MAINTAINER= jedgar@FreeBSD.org RUN_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 |