diff options
Diffstat (limited to 'print/bg5pdf/Makefile')
-rw-r--r-- | print/bg5pdf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/bg5pdf/Makefile b/print/bg5pdf/Makefile index 43153d9cdce..e22868c689d 100644 --- a/print/bg5pdf/Makefile +++ b/print/bg5pdf/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.13 2006/04/17 13:46:45 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2006/10/04 21:56:34 wiz Exp $ # DISTNAME= bg5pdf-1.0.0 PKGREVISION= 3 CATEGORIES= print chinese -MASTER_SITES= http://students.washington.edu/cschin/bg5ps/bg5pdf/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= rxg@NetBSD.org -HOMEPAGE= http://students.washington.edu/cschin/bg5ps/bg5pdf/ +# HOMEPAGE= http://students.washington.edu/cschin/bg5ps/bg5pdf/ COMMENT= Wrap big5 encoding text file into PDF file by using PDFlib WRKSRC= ${WRKDIR}/bg5pdf |