diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-11 23:50:43 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-11 23:50:43 +0800 |
commit | 1611489bbc28481d415b3b8e85897343f353bc4a (patch) | |
tree | e644d09df61c13efdeb1c9c59523c8843b5ee310 /www/epiphany/Makefile | |
parent | 8b99c8f691789b28324008d81cf8fb21265fecd5 (diff) | |
download | marcuscom-ports-1611489bbc28481d415b3b8e85897343f353bc4a.tar marcuscom-ports-1611489bbc28481d415b3b8e85897343f353bc4a.tar.gz marcuscom-ports-1611489bbc28481d415b3b8e85897343f353bc4a.tar.bz2 marcuscom-ports-1611489bbc28481d415b3b8e85897343f353bc4a.tar.lz marcuscom-ports-1611489bbc28481d415b3b8e85897343f353bc4a.tar.xz marcuscom-ports-1611489bbc28481d415b3b8e85897343f353bc4a.tar.zst marcuscom-ports-1611489bbc28481d415b3b8e85897343f353bc4a.zip |
Add a missing omf file to the plist.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7037 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany/Makefile')
-rw-r--r-- | www/epiphany/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index d6981e77e..83e98bf54 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.119 2006/07/21 20:47:00 mezz Exp $ +# $MCom: ports/www/epiphany/Makefile,v 1.120 2006/08/08 00:35:14 ahze Exp $ # PORTNAME= epiphany PORTVERSION= 2.15.91 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} |