diff options
author | joerg <joerg> | 2009-10-09 12:01:23 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-10-09 12:01:23 +0000 |
commit | bafd49b34807016594454d81a5d4e163e9e1f404 (patch) | |
tree | cdb9b37122b766896924548a4097f3b557ecaab5 /print | |
parent | 5439cfc2299a9d305b70d505074211ba4dee5bc6 (diff) | |
download | pkgsrc-bafd49b34807016594454d81a5d4e163e9e1f404.tar.gz |
Fix mastersite / homepage.
Diffstat (limited to 'print')
-rw-r--r-- | print/py-Pdf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/py-Pdf/Makefile b/print/py-Pdf/Makefile index f150cfb16e2..c4529429604 100644 --- a/print/py-Pdf/Makefile +++ b/print/py-Pdf/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/01/27 20:32:37 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2009/10/09 12:01:23 joerg Exp $ # DISTNAME= pyPdf-1.12 PKGNAME= ${PYPKGPREFIX}-Pdf-1.12 CATEGORIES= print python -MASTER_SITES= http://pybrary.net/pyPDF/ +MASTER_SITES= http://pybrary.net/pyPdf/ MAINTAINER= joerg@NetBSD.org -HOMEPAGE= http://pybrary.net/pyPDF/ +HOMEPAGE= http://pybrary.net/pyPdf/ COMMENT= PDF library PKG_DESTDIR_SUPPORT= user-destdir |