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/xgas | |
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/xgas')
-rw-r--r-- | x11/xgas/Makefile | 3 | ||||
-rw-r--r-- | x11/xgas/PLIST | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/xgas/Makefile b/x11/xgas/Makefile index 97a78339f30..cc3c3666f87 100644 --- a/x11/xgas/Makefile +++ b/x11/xgas/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2001/02/17 17:07:09 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2003/03/03 04:17:36 jschauma Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1996/11/15 09:55:44 asami Exp # DISTNAME= xgas PKGNAME= xgas-1.0 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ftp://ftp.tut.ac.jp/.h3/X11/X11R6/contrib/programs/ diff --git a/x11/xgas/PLIST b/x11/xgas/PLIST index a1d2b8ed16b..1d819a9f57a 100644 --- a/x11/xgas/PLIST +++ b/x11/xgas/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:12:11 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/03/03 04:17:37 jschauma Exp $ bin/xgas lib/X11/app-defaults/XGas -man/cat1/xgas.0.gz +${IMAKE_MAN_DIR}/xgas.${IMAKE_MANNEWSUFFIX}.gz |