diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-21 01:44:10 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-21 01:44:10 +0800 |
commit | 17e3621f95149d3632e762b9f2edb6ede2178913 (patch) | |
tree | 6207e2d12c6c0466a0c009301a83dbcc48bed850 /www/epiphany | |
parent | 0f17ac3b46df15806c87d09e35903935940fa60d (diff) | |
download | marcuscom-ports-17e3621f95149d3632e762b9f2edb6ede2178913.tar marcuscom-ports-17e3621f95149d3632e762b9f2edb6ede2178913.tar.gz marcuscom-ports-17e3621f95149d3632e762b9f2edb6ede2178913.tar.bz2 marcuscom-ports-17e3621f95149d3632e762b9f2edb6ede2178913.tar.lz marcuscom-ports-17e3621f95149d3632e762b9f2edb6ede2178913.tar.xz marcuscom-ports-17e3621f95149d3632e762b9f2edb6ede2178913.tar.zst marcuscom-ports-17e3621f95149d3632e762b9f2edb6ede2178913.zip |
Fix the plist, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10189 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 3 | ||||
-rw-r--r-- | www/epiphany/pkg-plist | 9 |
2 files changed, 8 insertions, 4 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index e10eedcf6..7697f414a 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/epiphany/Makefile,v 1.159 2007/12/30 11:45:28 kwm Exp $ +# $MCom: ports/www/epiphany/Makefile,v 1.160 2008/01/15 05:57:36 mezz Exp $ # PORTNAME= epiphany PORTVERSION= 2.21.5 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/www/epiphany/pkg-plist b/www/epiphany/pkg-plist index 21549df73..22e9d7608 100644 --- a/www/epiphany/pkg-plist +++ b/www/epiphany/pkg-plist @@ -319,6 +319,9 @@ share/omf/epiphany/epiphany-sv.omf share/omf/epiphany/epiphany-uk.omf share/pygtk/2.0/defs/epiphany.defs @dirrm share/omf/epiphany +@dirrmtry share/icons/LowContrastLargePrint/48x48/apps +@dirrmtry share/icons/LowContrastLargePrint/48x48 +@dirrmtry share/icons/LowContrastLargePrint @dirrm share/gnome/help/epiphany/uk/figures @dirrm share/gnome/help/epiphany/uk @dirrm share/gnome/help/epiphany/sv/figures @@ -383,9 +386,9 @@ share/pygtk/2.0/defs/epiphany.defs @dirrm %%DATADIR%%/art @dirrm %%DATADIR%% @dirrm %%DOCSDIR%% -@dirrm lib/epiphany/%%EPHY_VERSION%%/plugins -@dirrm lib/epiphany/%%EPHY_VERSION%% -@dirrm lib/epiphany +@dirrmtry lib/epiphany/%%EPHY_VERSION%%/plugins +@dirrmtry lib/epiphany/%%EPHY_VERSION%% +@dirrmtry lib/epiphany @dirrm include/epiphany/%%EPHY_VERSION%%/epiphany @dirrm include/epiphany/%%EPHY_VERSION%% @dirrm include/epiphany |