diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-05-05 11:20:51 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-05-05 11:20:51 +0000 |
commit | f383dbf8bd7c59739eff03a704557e78a75eaab6 (patch) | |
tree | 9e0e317d1048fbab9744f6145f2addc634bd5881 /astro/celestia | |
parent | 77030ba677a354ec6d56b009e4ebad80d700883d (diff) | |
download | ports-f383dbf8bd7c59739eff03a704557e78a75eaab6.tar.gz ports-f383dbf8bd7c59739eff03a704557e78a75eaab6.zip |
Notes
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 -=============================================================================== |