diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:36:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:36:50 +0000 |
commit | 85fbf21ec594128ff43c71f34d84d4c02ecf7fa7 (patch) | |
tree | f64ac925b256287c7a34412ba29125deea68e3ac /www/xpi-table2clipboard | |
parent | 31f7b03b56b845a2ab26abb64b0d905ee3b48978 (diff) |
Notes
Diffstat (limited to 'www/xpi-table2clipboard')
-rw-r--r-- | www/xpi-table2clipboard/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/xpi-table2clipboard/Makefile b/www/xpi-table2clipboard/Makefile index f34d1c69ccd0..2ae83b48a04b 100644 --- a/www/xpi-table2clipboard/Makefile +++ b/www/xpi-table2clipboard/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xpi-table2clipboard -# Date created: 2009-04-26 -# Whom: Norikatsu Shigemura <nork@FreeBSD.org> -# +# Created by: Norikatsu Shigemura <nork@FreeBSD.org> # $FreeBSD$ -# PORTNAME= table2clipboard PORTVERSION= 1.5.1 @@ -20,5 +16,6 @@ XPI_FILES= chrome.manifest chrome/t2c.jar \ install.rdf XPI_DIRS= chrome defaults/preferences defaults +NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> |