diff options
Diffstat (limited to 'www/xpi-imagezoom/Makefile')
-rw-r--r-- | www/xpi-imagezoom/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/xpi-imagezoom/Makefile b/www/xpi-imagezoom/Makefile index 33e9334c2d01..0953900055a7 100644 --- a/www/xpi-imagezoom/Makefile +++ b/www/xpi-imagezoom/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xpi-imagezoom -# Date created: 23 May 2006 -# Whom: Alexander V. Ribchansky <triosoft@triosoft.com.ua> -# +# Created by: Alexander V. Ribchansky <triosoft@triosoft.com.ua> # $FreeBSD$ -# PORTNAME= imagezoom PORTVERSION= 0.3.1 @@ -20,6 +16,7 @@ XPI_FILES= chrome/imagezoom.jar defaults/preferences/imagezoom-defaults.js \ gpl.txt chrome.manifest install.js install.rdf XPI_DIRS= chrome defaults/preferences defaults +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/maxVersion/s|3.0b4|3.0.\*|' ${WRKSRC}/install.rdf @${RM} -f ${WRKSRC}/install.rdf.bak |