diff options
Diffstat (limited to 'www/xpi-grab_and_drag/Makefile')
-rw-r--r-- | www/xpi-grab_and_drag/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/xpi-grab_and_drag/Makefile b/www/xpi-grab_and_drag/Makefile index bd71fc4a0693..b75aeb489bf3 100644 --- a/www/xpi-grab_and_drag/Makefile +++ b/www/xpi-grab_and_drag/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xpi-grab_and_drag -# Date created: 2009-04-26 -# Whom: Norikatsu Shigemura <nork@FreeBSD.org> -# +# Created by: Norikatsu Shigemura <nork@FreeBSD.org> # $FreeBSD$ -# PORTNAME= grab_and_drag PORTVERSION= 2.7.6 @@ -20,5 +16,6 @@ XPI_FILES= chrome.manifest chrome/grabanddrag.jar \ icon.png install.rdf license.txt XPI_DIRS= chrome defaults/preferences defaults +NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> |