diff options
author | mezz <mezz@FreeBSD.org> | 2004-12-10 12:55:48 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-12-10 12:55:48 +0800 |
commit | 03a955f11d6bb3ba085cac300a2b53fe336f7b2c (patch) | |
tree | a354f4cc2a1df5388260d603b3612225149ec9f4 | |
parent | 816cd7ba58a6a29e2bd64a61fcb087f908e7db58 (diff) | |
download | freebsd-ports-graphics-03a955f11d6bb3ba085cac300a2b53fe336f7b2c.tar.gz freebsd-ports-graphics-03a955f11d6bb3ba085cac300a2b53fe336f7b2c.tar.zst freebsd-ports-graphics-03a955f11d6bb3ba085cac300a2b53fe336f7b2c.zip |
Correct the pkg-plist.
Reported by: pointyhat
-rw-r--r-- | www/epiphany/Makefile | 1 | ||||
-rw-r--r-- | www/epiphany/pkg-plist | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 009c8e516f2..6e6a5080f9c 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -7,6 +7,7 @@ PORTNAME= epiphany PORTVERSION= 1.4.6 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.4 diff --git a/www/epiphany/pkg-plist b/www/epiphany/pkg-plist index bd33eb8ddfa..6aa27ea54f2 100644 --- a/www/epiphany/pkg-plist +++ b/www/epiphany/pkg-plist @@ -25,7 +25,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/pkgconfig/epiphany-1.4.pc +libdata/pkgconfig/epiphany-%%EPHY_VERSION%%.pc %%DOCSDIR%%/EphyCommandManager.html %%DOCSDIR%%/EphyEmbed.html %%DOCSDIR%%/EphyNodeDb.html @@ -48,6 +48,7 @@ libdata/pkgconfig/epiphany-1.4.pc %%DOCSDIR%%/index.sgml %%DOCSDIR%%/left.png %%DOCSDIR%%/right.png +%%DOCSDIR%%/style.css %%DOCSDIR%%/up.png share/gnome/application-registry/epiphany.applications share/gnome/applications/bme.desktop |