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:
parent
77030ba677
commit
f383dbf8bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161414
@ -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>
|
||||
|
@ -1,6 +0,0 @@
|
||||
===============================================================================
|
||||
IMPORTANT: the GConf daemon must be restarted after installing this
|
||||
port, by typing:
|
||||
|
||||
gconftool-2 --shutdown && gconftool-2 --spawn
|
||||
===============================================================================
|
@ -35,6 +35,5 @@ post-install:
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +0,0 @@
|
||||
-------------------------------------------------------------------------------
|
||||
IMPORTANT: the GConf daemon must be restarted after installing this
|
||||
port, by typing:
|
||||
|
||||
gconftool-2 --shutdown && gconftool-2 --spawn
|
||||
-------------------------------------------------------------------------------
|
Loading…
Reference in New Issue
Block a user