diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-01 13:14:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-01 13:14:18 +0000 |
commit | 6a6e5113398690d885b7582d59767f94fa4aaf22 (patch) | |
tree | f7af056080fa4be5158af1c63027b575ac6e3464 /x11/fltk/Makefile | |
parent | 593d62a9f9ca2ccd848b1be10e3fc4bb262d5bf0 (diff) | |
download | pkgsrc-6a6e5113398690d885b7582d59767f94fa4aaf22.tar.gz |
Don't install cat pages by default, fixes PR 33587. Bump revision.
Diffstat (limited to 'x11/fltk/Makefile')
-rw-r--r-- | x11/fltk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile index fb2e1a9675f..d29d6c94514 100644 --- a/x11/fltk/Makefile +++ b/x11/fltk/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.59 2006/05/21 22:16:54 ben Exp $ +# $NetBSD: Makefile,v 1.60 2006/06/01 13:14:18 joerg Exp $ DISTNAME= fltk-1.1.7-source PKGNAME= ${DISTNAME:S/-source//} VERS= ${DISTNAME:S/fltk-//:S/-source//} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fltk/} \ ftp://ftp2.easysw.com/pub/fltk/${VERS}/ \ |