summaryrefslogtreecommitdiff
path: root/x11/modular-xorg-server
diff options
context:
space:
mode:
authorminskim <minskim>2008-10-28 05:08:52 +0000
committerminskim <minskim>2008-10-28 05:08:52 +0000
commitd20df1f2d1bc26b71536533219589648e9758339 (patch)
treeb5bd0c5baef09f9651612c7ef3cfe4fb656af2eb /x11/modular-xorg-server
parent44a76306188ba3211c48bafb44d5adf7398051af (diff)
downloadpkgsrc-d20df1f2d1bc26b71536533219589648e9758339.tar.gz
Let modular-xorg-server install/deinstall "drivers" and "input"
directories under lib/xorg/modules. These directories are created by many xf86-* packages but never deleted. Bump PKGREVISION.
Diffstat (limited to 'x11/modular-xorg-server')
-rw-r--r--x11/modular-xorg-server/Makefile5
-rw-r--r--x11/modular-xorg-server/PLIST6
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