diff options
author | marcus <marcus@FreeBSD.org> | 2004-12-18 09:54:05 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-12-18 09:54:05 +0800 |
commit | 980ca4239fa51af441649e9acfdaf0b41ebfaa30 (patch) | |
tree | 04a2902b5472bf22172cc899fde13b27d8fd9856 /misc/gnomehier | |
parent | 05990a2fff5c65f1f059d8a9969652ae763ac6fb (diff) | |
download | freebsd-ports-gnome-980ca4239fa51af441649e9acfdaf0b41ebfaa30.tar.gz freebsd-ports-gnome-980ca4239fa51af441649e9acfdaf0b41ebfaa30.tar.zst freebsd-ports-gnome-980ca4239fa51af441649e9acfdaf0b41ebfaa30.zip |
Don't statically create GConf schema file stubs. The GConf handling code
should create these file as needed.
Diffstat (limited to 'misc/gnomehier')
-rw-r--r-- | misc/gnomehier/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/misc/gnomehier/Makefile b/misc/gnomehier/Makefile index e8f752114d52..c80bbafdab2b 100644 --- a/misc/gnomehier/Makefile +++ b/misc/gnomehier/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomehier PORTVERSION= 1.0 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= misc gnome MASTER_SITES= # none DISTFILES= # none @@ -29,10 +29,6 @@ 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} @@ -42,8 +38,6 @@ do-install: ${MKDIR} ${PREFIX}/$${dir}; \ ${TOUCH} ${PREFIX}/$${dir}/.keep_me; \ done - ${TOUCH} -f ${PREFIX}/etc/gconf/gconf.xml.defaults/schemas/apps/%gconf.xml - ${TOUCH} -f ${PREFIX}/etc/gconf/gconf.xml.defaults/apps/%gconf.xml ${CHGRP} games ${PREFIX}/share/gnome/games ${CHMOD} g=rwXs ${PREFIX}/share/gnome/games |