diff options
author | rh <rh> | 2002-03-24 01:07:47 +0000 |
---|---|---|
committer | rh <rh> | 2002-03-24 01:07:47 +0000 |
commit | b5271cea8aa8771164ecc581471f424b5d6a8a1e (patch) | |
tree | eb1b7b6aab06c6080cac66c86fdf657f35681674 /x11/controlcenter | |
parent | 2bf1a85b17a943f36bb80fd1dfd1c6d05fde26ab (diff) | |
download | pkgsrc-b5271cea8aa8771164ecc581471f424b5d6a8a1e.tar.gz |
Fix PLIST (@dirrm include/libcapplet1)
Fix localstatedir to prevent scrollkeeper files from being installed in
/var/gnome (PR pkg/13057).
Diffstat (limited to 'x11/controlcenter')
-rw-r--r-- | x11/controlcenter/Makefile | 4 | ||||
-rw-r--r-- | x11/controlcenter/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/controlcenter/Makefile b/x11/controlcenter/Makefile index e8f48addaa6..4db08dc2888 100644 --- a/x11/controlcenter/Makefile +++ b/x11/controlcenter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2002/03/23 23:20:36 fredb Exp $ +# $NetBSD: Makefile,v 1.37 2002/03/24 01:07:47 rh Exp $ DISTNAME= control-center-1.4.0.4 CATEGORIES= x11 gnome @@ -19,7 +19,7 @@ USE_GMAKE= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -LOCALSTATEDIR= /var/gnome +LOCALSTATEDIR= ${X11PREFIX}/var/gnome GNU_CONFIGURE= YES CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} diff --git a/x11/controlcenter/PLIST b/x11/controlcenter/PLIST index d3737d72732..ebc62337d62 100644 --- a/x11/controlcenter/PLIST +++ b/x11/controlcenter/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2002/03/23 23:20:36 fredb Exp $ +@comment $NetBSD: PLIST,v 1.5 2002/03/24 01:07:47 rh Exp $ bin/background-properties-capplet bin/file-types-capplet bin/gnome-edit-properties-capplet @@ -172,3 +172,4 @@ share/pixmaps/control-center.png @dirrm share/control-center/Documents @dirrm share/control-center/Desktop @dirrm share/control-center +@dirrm include/libcapplet1 |