diff options
author | joerg <joerg@pkgsrc.org> | 2009-10-09 12:01:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-10-09 12:01:23 +0000 |
commit | 22840fcf7b7478ad02cadfc445f79eef9c1d358c (patch) | |
tree | cdb9b37122b766896924548a4097f3b557ecaab5 /print | |
parent | 00fac549bf04d80d8a630bc2046f589c7b635d59 (diff) | |
download | pkgsrc-22840fcf7b7478ad02cadfc445f79eef9c1d358c.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 |