diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/modular-xorg-server/Makefile | 5 | ||||
-rw-r--r-- | x11/modular-xorg-server/PLIST | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/x11/modular-xorg-server/Makefile b/x11/modular-xorg-server/Makefile index 29efc93cddc..28c87d12450 100644 --- a/x11/modular-xorg-server/Makefile +++ b/x11/modular-xorg-server/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.33 2008/09/23 11:23:56 joerg Exp $ +# $NetBSD: Makefile,v 1.34 2008/10/28 05:08:52 minskim Exp $ # DISTNAME= xorg-server-1.4.2 PKGNAME= modular-${DISTNAME} +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=xserver/} EXTRACT_SUFX= .tar.bz2 @@ -70,6 +71,8 @@ CONFIGURE_ARGS+= --with-int10=x86emu CONFIGURE_ENV+= APP_MAN_SUFFIX=1 FILE_MAN_SUFFIX=5 +INSTALLATION_DIRS+= lib/xorg/modules/drivers lib/xorg/modules/input + BUILDLINK_API_DEPENDS.compositeproto+= compositeproto>=0.4 BUILDLINK_API_DEPENDS.fixesproto+= fixesproto>=4.0 BUILDLINK_API_DEPENDS.glproto+= glproto>=1.4.9 diff --git a/x11/modular-xorg-server/PLIST b/x11/modular-xorg-server/PLIST index e8d101b0177..20734ba9e1e 100644 --- a/x11/modular-xorg-server/PLIST +++ b/x11/modular-xorg-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2008/09/18 20:56:01 bjs Exp $ +@comment $NetBSD: PLIST,v 1.10 2008/10/28 05:08:52 minskim Exp $ bin/X bin/Xnest bin/Xorg @@ -233,8 +233,12 @@ share/aclocal/xorg-server.m4 @dirrm lib/xserver @dirrm lib/xorg/modules/multimedia @dirrm lib/xorg/modules/linux +@exec ${MKDIR} %D/lib/xorg/modules/input +@dirrm lib/xorg/modules/input @dirrm lib/xorg/modules/fonts @dirrm lib/xorg/modules/extensions +@exec ${MKDIR} %D/lib/xorg/modules/drivers +@dirrm lib/xorg/modules/drivers @dirrm lib/xorg/modules @dirrm lib/xorg @dirrm include/xorg |