diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-02 19:47:23 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-02 19:47:23 +0000 |
commit | d8f9938d2cd04e451e40f79ec6b0d8e9fc1308bc (patch) | |
tree | de0e5ae134b9f6485ac1f7a9d30a0ab5511680a6 /graphics/xgraph/Makefile | |
parent | 3498e4a8f03ca6a9e4d86e53241e78665570d85b (diff) | |
download | pkgsrc-d8f9938d2cd04e451e40f79ec6b0d8e9fc1308bc.tar.gz |
Use new IMAKE_MAN_PATH variables in PLISTs to make these packages more
portable. Bump PKGREVISION accordingly.
Diffstat (limited to 'graphics/xgraph/Makefile')
-rw-r--r-- | graphics/xgraph/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xgraph/Makefile b/graphics/xgraph/Makefile index ec9362d399d..4f49b7aa247 100644 --- a/graphics/xgraph/Makefile +++ b/graphics/xgraph/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2001/02/16 15:22:36 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2003/03/02 19:47:26 jschauma Exp $ # DISTNAME= xgraph-11.3.2-hack.9 PKGNAME= xgraph-11.3.2.9 +PKGREVISION= 1 CATEGORIES= graphics x11 MASTER_SITES= http://www.goice.co.jp/member/mo/hack-progs/files/ |