1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Do not tell users to restart gconfd-2 after install, since it's no

longer necessary.
This commit is contained in:
Jean-Yves Lefort 2006-05-05 11:20:51 +00:00
parent 77030ba677
commit f383dbf8bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161414
4 changed files with 0 additions and 17 deletions

View File

@ -44,7 +44,6 @@ USE_GNOME+= gtk20
CONFIGURE_ARGS+= --with-gnome
USE_GNOME+= libgnomeui
GCONF_SCHEMAS= celestia.schemas
PKGMESSAGE= ${PKGDIR}/pkg-message.gnome
.else
IGNORE= invalid CELESTIA_UI value "${CELESTIA_UI}" -- valid values are ${UI_LIST}
.endif
@ -95,8 +94,5 @@ post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
.if ${CELESTIA_UI} == "gnome"
@${CAT} ${PKGMESSAGE}
.endif
.include <bsd.port.post.mk>

View File

@ -1,6 +0,0 @@
===============================================================================
IMPORTANT: the GConf daemon must be restarted after installing this
port, by typing:
gconftool-2 --shutdown && gconftool-2 --spawn
===============================================================================

View File

@ -35,6 +35,5 @@ post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -1,6 +0,0 @@
-------------------------------------------------------------------------------
IMPORTANT: the GConf daemon must be restarted after installing this
port, by typing:
gconftool-2 --shutdown && gconftool-2 --spawn
-------------------------------------------------------------------------------