diff options
Diffstat (limited to 'devel/gconf/Makefile')
-rw-r--r-- | devel/gconf/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/gconf/Makefile b/devel/gconf/Makefile index dec62aa71d9a..90ad4bab36cd 100644 --- a/devel/gconf/Makefile +++ b/devel/gconf/Makefile @@ -7,6 +7,7 @@ PORTNAME= gconf PORTVERSION= 0.10 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/GConf @@ -34,4 +35,9 @@ pre-patch: 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' +post-install: + @if [ ! -f ${PREFIX}/etc/gconf/1/path ]; then \ + ${CP} -p ${PREFIX}/etc/gconf/1/path.example ${PREFIX}/etc/gconf/1/path ; \ + fi + .include <bsd.port.mk> |