diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-05-05 19:20:51 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-05-05 19:20:51 +0800 |
commit | fee094a9a7a44982e482ca27688fb22c858dfdeb (patch) | |
tree | 3554466cceaeac8ab6445422110f5faba55f56ce /astro/celestia | |
parent | fa8d336d159f08f9e33483fde0f81cbbd49363ab (diff) | |
download | freebsd-ports-gnome-fee094a9a7a44982e482ca27688fb22c858dfdeb.tar.gz freebsd-ports-gnome-fee094a9a7a44982e482ca27688fb22c858dfdeb.tar.zst freebsd-ports-gnome-fee094a9a7a44982e482ca27688fb22c858dfdeb.zip |
Do not tell users to restart gconfd-2 after install, since it's no
longer necessary.
Diffstat (limited to 'astro/celestia')
-rw-r--r-- | astro/celestia/Makefile | 4 | ||||
-rw-r--r-- | astro/celestia/pkg-message.gnome | 6 |
2 files changed, 0 insertions, 10 deletions
diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index 23564a0d3d15..18f8c76151e2 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -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> diff --git a/astro/celestia/pkg-message.gnome b/astro/celestia/pkg-message.gnome deleted file mode 100644 index 030aeb96dfdd..000000000000 --- a/astro/celestia/pkg-message.gnome +++ /dev/null @@ -1,6 +0,0 @@ -=============================================================================== -IMPORTANT: the GConf daemon must be restarted after installing this -port, by typing: - - gconftool-2 --shutdown && gconftool-2 --spawn -=============================================================================== |