diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-29 02:46:49 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-29 02:46:49 +0000 |
commit | 2b807cda6d31aac67e5dd27a09d6c949eea99e11 (patch) | |
tree | 5a4047a1f66ebae625ce3af1399d46944e77fa5e | |
parent | 6e04c7e82554378b7bb06b3d34a6ea3e14f22321 (diff) | |
download | FreeBSD-ports-2b807cda6d31aac67e5dd27a09d6c949eea99e11.zip FreeBSD-ports-2b807cda6d31aac67e5dd27a09d6c949eea99e11.tar.gz |
When the Nautilus view is not enabled, the NautilusView server file is
no longer installed.
Reported by: olgeni
-rw-r--r-- | www/epiphany/Makefile | 2 | ||||
-rw-r--r-- | www/epiphany/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 64b9d49..dca6122 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -64,8 +64,10 @@ WITH_GNOME= yes .if ${HAVE_GNOME:Mnautilus2}!="" USE_GNOME+= nautilus2 CONFIGURE_ARGS+= --enable-nautilus-view +PLIST_SUB+= NAUTILUS="" .else CONFIGURE_ARGS+= --enable-nautilus-view=no +PLIST_SUB+= NAUTILUS="@comment " .endif .if ${OSVERSION} > 500000 diff --git a/www/epiphany/pkg-plist b/www/epiphany/pkg-plist index 7b23ab7..d1e313df 100644 --- a/www/epiphany/pkg-plist +++ b/www/epiphany/pkg-plist @@ -38,7 +38,7 @@ include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-statusbar.h include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-tab.h include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-window.h libdata/bonobo/servers/GNOME_Epiphany_Automation.server -libdata/bonobo/servers/GNOME_Epiphany_NautilusView.server +%%NAUTILUS%%libdata/bonobo/servers/GNOME_Epiphany_NautilusView.server libdata/pkgconfig/epiphany-1.2.pc %%DOCSDIR%%/ch01.html %%DOCSDIR%%/epiphany-ephy-cookie-manager.html |