diff options
-rw-r--r-- | astro/celestia/Makefile | 4 | ||||
-rw-r--r-- | astro/celestia/pkg-message.gnome | 6 | ||||
-rw-r--r-- | misc/gnome-osd/Makefile | 1 | ||||
-rw-r--r-- | misc/gnome-osd/pkg-message | 6 |
4 files changed, 0 insertions, 17 deletions
diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index 23564a0d3d1..18f8c76151e 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 030aeb96dfd..00000000000 --- 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 -=============================================================================== diff --git a/misc/gnome-osd/Makefile b/misc/gnome-osd/Makefile index 51a09fd53e8..df6434c198f 100644 --- a/misc/gnome-osd/Makefile +++ b/misc/gnome-osd/Makefile @@ -35,6 +35,5 @@ post-install: ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif - @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/misc/gnome-osd/pkg-message b/misc/gnome-osd/pkg-message deleted file mode 100644 index a36577ee6ae..00000000000 --- a/misc/gnome-osd/pkg-message +++ /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 -------------------------------------------------------------------------------- |