diff options
author | jschauma <jschauma> | 2003-03-03 04:17:23 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-03-03 04:17:23 +0000 |
commit | 54d8e1876480f661e78546126fd03bb8dd832359 (patch) | |
tree | e8b3b3ed164c392443b55f7878bc9b189c4c8326 /x11/xcb/Makefile | |
parent | 5d8306bb4ab171978ec7b29baed5fc20602f0973 (diff) | |
download | pkgsrc-54d8e1876480f661e78546126fd03bb8dd832359.tar.gz |
Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more
portable. Bump PKGREVISION accordingly.
Diffstat (limited to 'x11/xcb/Makefile')
-rw-r--r-- | x11/xcb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xcb/Makefile b/x11/xcb/Makefile index 15ca4b5db7d..85cfa218d24 100644 --- a/x11/xcb/Makefile +++ b/x11/xcb/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2002/03/08 15:07:10 tron Exp $ +# $NetBSD: Makefile,v 1.5 2003/03/03 04:17:41 jschauma Exp $ DISTNAME= xcb-2.3i PKGNAME= xcb-2.3.9 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://www.goof.com/pcg/marc/data/ |