diff options
author | grant <grant@pkgsrc.org> | 2004-06-27 15:01:59 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-27 15:01:59 +0000 |
commit | a423b59d3fbeaef2385b12b6fc5397b4731862e5 (patch) | |
tree | 3862b39dc3a83a0bfd66031f914364a37964beb3 /x11 | |
parent | 99513b14a094222b06e579ace4a41df9b614925c (diff) | |
download | pkgsrc-a423b59d3fbeaef2385b12b6fc5397b4731862e5.tar.gz |
fix @dirrm in PLIST:
share/doc/html/fltk -> dirrm share/doc/fltk
bump PKGREVISION.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fltk/Makefile | 4 | ||||
-rw-r--r-- | x11/fltk/PLIST.common_end | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile index 073c920485d..cc830e92911 100644 --- a/x11/fltk/Makefile +++ b/x11/fltk/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.39 2004/05/21 02:16:48 ben Exp $ +# $NetBSD: Makefile,v 1.40 2004/06/27 15:01:59 grant Exp $ # DISTNAME= fltk-1.1.5rc1-source PKGNAME= ${DISTNAME:S/-source//} -PKGREVISION= 1 +PKGREVISION= 2 VERS= ${DISTNAME:S/fltk-//:S/-source//} CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fltk/} \ diff --git a/x11/fltk/PLIST.common_end b/x11/fltk/PLIST.common_end index 9c0fcad7aa9..8190a035120 100644 --- a/x11/fltk/PLIST.common_end +++ b/x11/fltk/PLIST.common_end @@ -1,3 +1,3 @@ -@comment $NetBSD: PLIST.common_end,v 1.1 2004/04/17 18:40:08 ben Exp $ -@dirrm share/doc/html/fltk +@comment $NetBSD: PLIST.common_end,v 1.2 2004/06/27 15:01:59 grant Exp $ +@dirrm share/doc/fltk @dirrm include/FL |