diff options
Diffstat (limited to 'www/xpi-pencil/Makefile')
-rw-r--r-- | www/xpi-pencil/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/xpi-pencil/Makefile b/www/xpi-pencil/Makefile index 21ee95e81fdc..f9ce306887c4 100644 --- a/www/xpi-pencil/Makefile +++ b/www/xpi-pencil/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xpi-pencil -# Date created: 2009-03-09 -# Whom: Ashish Shukla <wahjava@gmail.com> -# +# Created by: Ashish Shukla <wahjava@gmail.com> # $FreeBSD$ -# PORTNAME= pencil DISTVERSION= 2.0-3 @@ -18,5 +14,6 @@ COMMENT= Firefox addon to do GUI prototyping and simple sketching XPI_DISTNAME= Pencil XPI_ID= pencil@evolus.vn +NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> |