diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-22 13:31:07 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-22 13:31:07 +0000 |
commit | af410b6ebfceca834b48ffa649984d4d560f7acc (patch) | |
tree | 1dda7c863284f6af4b9defe657cd55dc66501a1e /textproc/code2html | |
parent | a81ca96cc90b915a2918c6512ecf000877c2d0f3 (diff) |
Correct MASTER_SITES
PR: 15322
Notes
Notes:
svn path=/head/; revision=23800
Diffstat (limited to 'textproc/code2html')
-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 |