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 /misc/xorg-docs/Makefile | |
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 'misc/xorg-docs/Makefile')
-rw-r--r-- | misc/xorg-docs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/xorg-docs/Makefile b/misc/xorg-docs/Makefile index ce187f06395..3336fdfcb66 100644 --- a/misc/xorg-docs/Makefile +++ b/misc/xorg-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/07/29 05:03:15 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/07/29 06:36:32 xtraeme Exp $ DISTNAME= ${DISTFILES} PKGNAME= xorg-docs-${XORG_VER} @@ -12,8 +12,6 @@ COMMENT= X.org Documentation BUILD_DEPENDS= xorg-imake>=${XORG_VER}:../../x11/xorg-imake -CONFLICTS= XFree86-docs-[0-9]* - USE_LANGUAGES= # empty NO_BUILDLINK= # defined NO_XFREE86_TARGETS= # defined |