From 00101105725bf63bdeaf0d390b825bd6430c4113 Mon Sep 17 00:00:00 2001 From: mezz Date: Thu, 30 Dec 2004 00:31:29 +0000 Subject: Fix the pkg-plist and gnomehier for uninstall gconf stuff. This should hopeful fix the pkg-plist problem in gnomevfs2 recently. Bump the PORTREVISION. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3343 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/gconf2/Makefile | 4 +--- devel/gconf2/pkg-install | 16 ---------------- misc/gnomehier/Makefile | 2 +- misc/gnomehier/files/dirlist | 7 ------- 4 files changed, 2 insertions(+), 27 deletions(-) delete mode 100644 devel/gconf2/pkg-install diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 8c158de6b..cd5faa832 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gconf2 PORTVERSION= 2.9.2 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/GConf/2.9 @@ -29,7 +30,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= gconftool-2.1 -post-install: - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - .include diff --git a/devel/gconf2/pkg-install b/devel/gconf2/pkg-install deleted file mode 100644 index 13898d569..000000000 --- a/devel/gconf2/pkg-install +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/bin:/usr/sbin - -case $2 in -POST-INSTALL) - dirs="etc/gconf/gconf.xml.defaults/apps \ - etc/gconf/gconf.xml.defaults/schemas/apps \ - etc/gconf/schemas" - for i in ${dirs}; do - mkdir -p ${PKG_PREFIX}/${i} - done - ;; -esac - -exit 0 diff --git a/misc/gnomehier/Makefile b/misc/gnomehier/Makefile index 34574c38a..d8d8cfcea 100644 --- a/misc/gnomehier/Makefile +++ b/misc/gnomehier/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomehier PORTVERSION= 2.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= misc gnome MASTER_SITES= # none DISTFILES= # none diff --git a/misc/gnomehier/files/dirlist b/misc/gnomehier/files/dirlist index aa3aa4a19..42486e466 100644 --- a/misc/gnomehier/files/dirlist +++ b/misc/gnomehier/files/dirlist @@ -6,13 +6,6 @@ etc/X11/starthere etc/X11/sysconfig etc/gconf etc/gconf/gconf.xml.defaults -etc/gconf/gconf.xml.defaults/apps -etc/gconf/gconf.xml.defaults/desktop -etc/gconf/gconf.xml.defaults/desktop/gnome -etc/gconf/gconf.xml.defaults/schemas -etc/gconf/gconf.xml.defaults/schemas/apps -etc/gconf/gconf.xml.defaults/schemas/desktop -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome etc/gconf/gconf.xml.mandatory etc/gconf/schemas etc/gnome -- cgit v1.2.3