diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-03 04:17:23 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-03 04:17:23 +0000 |
commit | 90fb80758bcb1aae5691849c747d170260696785 (patch) | |
tree | e8b3b3ed164c392443b55f7878bc9b189c4c8326 /x11/xmascot/Makefile | |
parent | af1d3ad77bd2c31e52bd93fa54fe55cf6812b230 (diff) | |
download | pkgsrc-90fb80758bcb1aae5691849c747d170260696785.tar.gz |
Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more
portable. Bump PKGREVISION accordingly.
Diffstat (limited to 'x11/xmascot/Makefile')
-rw-r--r-- | x11/xmascot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xmascot/Makefile b/x11/xmascot/Makefile index cc05ec9d51f..86ed8877a0b 100644 --- a/x11/xmascot/Makefile +++ b/x11/xmascot/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.11 2001/02/17 17:07:16 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2003/03/03 04:17:33 jschauma Exp $ # FreeBSD Id: Makefile,v 1.2 1997/06/07 19:47:09 max Exp # DISTNAME= xmascot2.5p2 PKGNAME= xmascot-2.5p2 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ftp://cclub.tutcc.tut.ac.jp/pub/xmascot/ |