diff options
author | reed <reed@pkgsrc.org> | 2005-01-12 20:21:49 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-01-12 20:21:49 +0000 |
commit | 19aaeb520a7887c118584861f864b1f510c5ac3a (patch) | |
tree | a3ff24b404b10895b27d471787ce7482ca47f536 /x11/xorg-imake/Makefile | |
parent | d0256a6a5ce2f98cbc3d8edda291ad5879d255bb (diff) | |
download | pkgsrc-19aaeb520a7887c118584861f864b1f510c5ac3a.tar.gz |
This is for PR #28948 from Todd Willey so DragonFly.cf
should set CompessManPages to NO (as the default).
Also bump PKGREVISION. (Maybe packages depending on this
and on DragonFly should bump their depends.)
Diffstat (limited to 'x11/xorg-imake/Makefile')
-rw-r--r-- | x11/xorg-imake/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xorg-imake/Makefile b/x11/xorg-imake/Makefile index f753f2203f4..e6db61dad27 100644 --- a/x11/xorg-imake/Makefile +++ b/x11/xorg-imake/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2004/12/27 17:26:18 xtraeme Exp $ +# $NetBSD: Makefile,v 1.12 2005/01/12 20:21:49 reed Exp $ DISTNAME= ${DISTFILES} PKGNAME= xorg-imake-${XORG_VER} +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG} DISTFILES= X11R${XORG_VER}-src1.tar.gz X11R${XORG_VER}-src3.tar.gz |