diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2002-07-01 17:35:17 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2002-07-01 17:35:17 +0000 |
commit | b2923803231244650b802a550538966f20948bff (patch) | |
tree | aaac0881ff107817f0c99bb6296bce176ad79eaa /textproc/py2html | |
parent | f402fdda624ffb6b862c5507fdf3d258928c395c (diff) | |
download | ports-b2923803231244650b802a550538966f20948bff.tar.gz ports-b2923803231244650b802a550538966f20948bff.zip |
Notes
Diffstat (limited to 'textproc/py2html')
-rw-r--r-- | textproc/py2html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py2html/Makefile b/textproc/py2html/Makefile index fa6f9d506b1d..1a156578ad57 100644 --- a/textproc/py2html/Makefile +++ b/textproc/py2html/Makefile @@ -8,8 +8,8 @@ PORTNAME= py2html PORTVERSION= 0.7 CATEGORIES= textproc www python -MASTER_SITES= http://www3.kr.freebsd.org/~perky/distfiles/ \ - http://cvsup3.kr.freebsd.org/~perky/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= perky PKGNAMESUFFIX= -${PYTHON_PKGNAMEPREFIX:S/-//} MAINTAINER= perky@FreeBSD.org |