diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-11 18:22:29 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-11 18:22:29 +0000 |
commit | 5bb6fcc6e1e0f155d9598e2b097e32d41297058b (patch) | |
tree | 481e2f05fcd5071cfdd24ffabd19cfa9eebd4d94 /devel/gconf2/Makefile | |
parent | Put back several files erroneously deleted during 0.9.7 update. (diff) |
Ensure clean removal of ${PREFIX}/etc/gconf.
Diffstat (limited to 'devel/gconf2/Makefile')
-rw-r--r-- | devel/gconf2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index d337709fb8b3..dd6b18354625 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gconf PORTVERSION= 1.0.7 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/GConf @@ -37,5 +38,8 @@ post-install: @if [ ! -f ${PREFIX}/etc/gconf/1/path ]; then \ ${CP} -p ${PREFIX}/etc/gconf/1/path.example ${PREFIX}/etc/gconf/1/path ; \ fi + @${MKDIR} ${PREFIX}/etc/gconf/gconf.xml.defaults/apps + @${MKDIR} ${PREFIX}/etc/gconf/gconf.xml.defaults/schemas/apps + .include <bsd.port.mk> |