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/xp/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/xp/Makefile')
-rw-r--r-- | x11/xp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xp/Makefile b/x11/xp/Makefile index fc890a25c67..231fa36c7a7 100644 --- a/x11/xp/Makefile +++ b/x11/xp/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2002/08/31 15:24:08 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2003/03/03 04:17:31 jschauma Exp $ DISTNAME= xp-1.2b10 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ftp://ftp.ncl.ac.uk/pub/users/ngmt/X11/ |