diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-03 04:15:03 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-03 04:15:03 +0800 |
commit | d1ce59b6379c43dedd2aa385c2b5a034ff406168 (patch) | |
tree | 2631042731008c27aa010644e20d0a1e667847d9 | |
parent | d9d2deedaf47eed492d85d20f8cc87deda59c337 (diff) | |
download | marcuscom-ports-d1ce59b6379c43dedd2aa385c2b5a034ff406168.tar marcuscom-ports-d1ce59b6379c43dedd2aa385c2b5a034ff406168.tar.gz marcuscom-ports-d1ce59b6379c43dedd2aa385c2b5a034ff406168.tar.bz2 marcuscom-ports-d1ce59b6379c43dedd2aa385c2b5a034ff406168.tar.lz marcuscom-ports-d1ce59b6379c43dedd2aa385c2b5a034ff406168.tar.xz marcuscom-ports-d1ce59b6379c43dedd2aa385c2b5a034ff406168.tar.zst marcuscom-ports-d1ce59b6379c43dedd2aa385c2b5a034ff406168.zip |
The 'epiphany-extensions' is a real name, so remove the PKGNAMESUFFIX.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9118 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | www/epiphany-extensions/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index d1c044b5a..7a2fe7a0a 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -3,17 +3,15 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/epiphany-extensions/Makefile,v 1.92 2007/05/19 21:36:25 marcus Exp $ +# $MCom: ports/www/epiphany-extensions/Makefile,v 1.93 2007/05/30 03:21:44 mezz Exp $ # -PORTNAME= epiphany +PORTNAME= epiphany-extensions PORTVERSION= 2.19.2 PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -PKGNAMESUFFIX= -extensions -DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org |