diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-29 06:36:32 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-29 06:36:32 +0000 |
commit | 1f5e4b2c289103e9f263ee926404cb870e9fe7b1 (patch) | |
tree | 6e4eadfeefda4ef4c7226ca902410714de716947 /fonts/XFree86-fontsMisc | |
parent | 09652f2f052bd3694beed2c6b134dcef0b3042cb (diff) | |
download | pkgsrc-1f5e4b2c289103e9f263ee926404cb870e9fe7b1.tar.gz |
xorg packages now will be installed into ${PREFIX}/xorg by default,
so we don't have to conflict between XFree86 and xorg.
Suggested by grant@.
Diffstat (limited to 'fonts/XFree86-fontsMisc')
-rw-r--r-- | fonts/XFree86-fontsMisc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fonts/XFree86-fontsMisc/Makefile b/fonts/XFree86-fontsMisc/Makefile index ac135179493..5317c3f8d75 100644 --- a/fonts/XFree86-fontsMisc/Makefile +++ b/fonts/XFree86-fontsMisc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/07/29 05:54:11 xtraeme Exp $ +# $NetBSD: Makefile,v 1.6 2004/07/29 06:36:33 xtraeme Exp $ DISTNAME= ${DISTFILES} PKGNAME= XFree86-fontsMisc-${XF_VER} @@ -10,8 +10,6 @@ MAINTAINER= xfree86@blef.org HOMEPAGE= http://www.xfree86.org/ COMMENT= XFree86 default bitmap fonts -CONFLICTS= xorg-fontsMisc-[0-9]* - NO_XFREE86_TARGETS= # defined FONTS_MISC= # defined WRKSRC= ${WRKDIR}/xc/fonts/bdf/misc |