diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-03 03:33:59 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-03 03:33:59 +0000 |
commit | af1d3ad77bd2c31e52bd93fa54fe55cf6812b230 (patch) | |
tree | 4e85b3fa669bc27fa2dae05ff786b14bcd194de7 /www/chimera/Makefile | |
parent | 5be4aecf9541c672645a06d13d32d3177796911d (diff) | |
download | pkgsrc-af1d3ad77bd2c31e52bd93fa54fe55cf6812b230.tar.gz |
Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more
portable. Bump PKGREVISION accordingly.
Diffstat (limited to 'www/chimera/Makefile')
-rw-r--r-- | www/chimera/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/chimera/Makefile b/www/chimera/Makefile index 64b22eb74ed..37e019a46e7 100644 --- a/www/chimera/Makefile +++ b/www/chimera/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2002/10/09 13:35:24 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2003/03/03 03:33:59 jschauma Exp $ # DISTNAME= chimera-2.0a19 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera-alpha/ |