diff options
author | grant <grant> | 2004-06-27 15:01:59 +0000 |
---|---|---|
committer | grant <grant> | 2004-06-27 15:01:59 +0000 |
commit | bbdd92aa5ff3bd8e81177277b4030e891562a0cf (patch) | |
tree | 3862b39dc3a83a0bfd66031f914364a37964beb3 /x11/fltk/Makefile | |
parent | 28ecc7f2ed30699d299f8c68c3d573851c75d727 (diff) | |
download | pkgsrc-bbdd92aa5ff3bd8e81177277b4030e891562a0cf.tar.gz |
fix @dirrm in PLIST:
share/doc/html/fltk -> dirrm share/doc/fltk
bump PKGREVISION.
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 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/} \ |