diff options
author | adamw <adamw@FreeBSD.org> | 2004-01-14 22:10:04 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-01-14 22:10:04 +0800 |
commit | e712e1d96dbbf1e0ac5f94947795aba0186fd389 (patch) | |
tree | b7a669334bb82f8177190290dde69eba676cf1a7 /misc/gnomehier/Makefile | |
parent | 1b84164c56eebaa279ecd65066c582b078936976 (diff) | |
download | freebsd-ports-gnome-e712e1d96dbbf1e0ac5f94947795aba0186fd389.tar.gz freebsd-ports-gnome-e712e1d96dbbf1e0ac5f94947795aba0186fd389.tar.zst freebsd-ports-gnome-e712e1d96dbbf1e0ac5f94947795aba0186fd389.zip |
Add the manually generated gconf file thingies to the plist.
Diffstat (limited to 'misc/gnomehier/Makefile')
-rw-r--r-- | misc/gnomehier/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/gnomehier/Makefile b/misc/gnomehier/Makefile index 642ea375a10f..b3f0923a6f69 100644 --- a/misc/gnomehier/Makefile +++ b/misc/gnomehier/Makefile @@ -29,6 +29,10 @@ pre-install: @${TOUCH} -f ${PLIST} @${CAT} ${FILESDIR}/dirlist | sort | ${SED} -e \ 's|$$|/.keep_me|' >> ${PLIST} + @${ECHO_CMD} "/etc/gconf/gconf.xml.defaults/schemas/apps/%gconf.xml" \ + >> ${PLIST} + @${ECHO_CMD} "/etc/gconf/gconf.xml.defaults/apps/%gconf.xml" \ + >> ${PLIST} @${CAT} ${FILESDIR}/dirlist | sort -r | ${SED} -e \ 's|^|@dirrm |' >> ${PLIST} |