Tue Apr 21 22:28:36 2015 UTC ()
Fix HOMEPAGE.


(rodent)
diff -r1.23 -r1.24 pkgsrc/print/libspectre/Makefile

cvs diff -r1.23 -r1.24 pkgsrc/print/libspectre/Makefile (expand / switch to unified diff)

--- pkgsrc/print/libspectre/Makefile 2014/02/12 23:18:30 1.23
+++ pkgsrc/print/libspectre/Makefile 2015/04/21 22:28:36 1.24
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.23 2014/02/12 23:18:30 tron Exp $ 1# $NetBSD: Makefile,v 1.24 2015/04/21 22:28:36 rodent Exp $
2 2
3DISTNAME= libspectre-0.2.7 3DISTNAME= libspectre-0.2.7
4PKGREVISION= 8 4PKGREVISION= 8
5CATEGORIES= print 5CATEGORIES= print
6MASTER_SITES= http://libspectre.freedesktop.org/releases/ 6MASTER_SITES= http://libspectre.freedesktop.org/releases/
7 7
8MAINTAINER= markd@NetBSD.org 8MAINTAINER= markd@NetBSD.org
9HOMEPAGE= http://libspectre.freedesktop.org/wiki/ 9HOMEPAGE= http://www.freedesktop.org/wiki/Software/libspectre/
10COMMENT= Small library for rendering Postscript documents 10COMMENT= Small library for rendering Postscript documents
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15 15
16PKGCONFIG_OVERRIDE+= libspectre.pc.in 16PKGCONFIG_OVERRIDE+= libspectre.pc.in
17 17
18.include "../../print/ghostscript/buildlink3.mk" 18.include "../../print/ghostscript/buildlink3.mk"
19.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"