diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-08-24 19:48:18 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-08-24 19:48:18 +0000 |
commit | 0e147526c4a5ba14c5f7c981bc62cce3870ede4e (patch) | |
tree | 19e2263e35af6821cc76a46ad10d24f0733d244a | |
parent | 270741bfad5ae2da9ec14e7a01c527414de7874b (diff) | |
download | pkgsrc-0e147526c4a5ba14c5f7c981bc62cce3870ede4e.tar.gz |
Add three man pages to the PLIST.
Bump PKGREVISION.
-rw-r--r-- | x11/fltk/Makefile | 4 | ||||
-rw-r--r-- | x11/fltk/PLIST | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile index 765507edc18..d4ba0bfc3a4 100644 --- a/x11/fltk/Makefile +++ b/x11/fltk/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.50 2005/06/15 02:24:40 jlam Exp $ +# $NetBSD: Makefile,v 1.51 2005/08/24 19:48:18 kristerw Exp $ DISTNAME= fltk-1.1.6-source PKGNAME= ${DISTNAME:S/-source//} VERS= ${DISTNAME:S/fltk-//:S/-source//} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fltk/} \ ftp://ftp.fltk.org/pub/fltk/${VERS}/ \ diff --git a/x11/fltk/PLIST b/x11/fltk/PLIST index 66a26318aa6..0905915fa5c 100644 --- a/x11/fltk/PLIST +++ b/x11/fltk/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2005/06/15 02:24:40 jlam Exp $ +@comment $NetBSD: PLIST,v 1.8 2005/08/24 19:48:18 kristerw Exp $ bin/fltk-config bin/fluid include/FL/Enumerations.H @@ -245,6 +245,9 @@ lib/libfltk.la lib/libfltk_forms.la lib/libfltk_gl.la lib/libfltk_images.la +man/cat1/fltk-config.1 +man/cat1/fluid.1 +man/cat3/fltk.3 man/man1/fltk-config.1 man/man1/fluid.1 man/man3/fltk.3 |