diff options
Diffstat (limited to 'www/xpi-firemobilesimulator/Makefile')
-rw-r--r-- | www/xpi-firemobilesimulator/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/xpi-firemobilesimulator/Makefile b/www/xpi-firemobilesimulator/Makefile index 72b3a630f95d..a2fe9c3fbfb8 100644 --- a/www/xpi-firemobilesimulator/Makefile +++ b/www/xpi-firemobilesimulator/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xpi-firemobilesimulator -# Date created: 2009-04-23 -# Whom: Norikatsu Shigemura <nork@FreeBSD.org> -# +# Created by: Norikatsu Shigemura <nork@FreeBSD.org> # $FreeBSD$ -# PORTNAME= firemobilesimulator PORTVERSION= 1.2.2 @@ -25,5 +21,6 @@ XPI_FILES= chrome.manifest chrome/msim.jar \ XPI_DIRS= chrome components \ defaults/preferences defaults +NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> |