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-mrtech-local-install | |
parent | 31f7b03b56b845a2ab26abb64b0d905ee3b48978 (diff) | |
download | ports-85fbf21ec594128ff43c71f34d84d4c02ecf7fa7.tar.gz ports-85fbf21ec594128ff43c71f34d84d4c02ecf7fa7.zip |
Notes
Diffstat (limited to 'www/xpi-mrtech-local-install')
-rw-r--r-- | www/xpi-mrtech-local-install/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/xpi-mrtech-local-install/Makefile b/www/xpi-mrtech-local-install/Makefile index c5ce83b7adb0..43d04b169fa6 100644 --- a/www/xpi-mrtech-local-install/Makefile +++ b/www/xpi-mrtech-local-install/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xpi-mrtech-local-install -# Date created: 2006/05/06 -# Whom: chinsan <chinsan.tw@gmail.com> -# +# Created by: chinsan <chinsan.tw@gmail.com> # $FreeBSD$ -# PORTNAME= mrtech-local-install DISTVERSION= 5.3.2.3 @@ -17,5 +13,6 @@ XPI_DISTNAME= mr_tech_local_install XPI_NUM= 421 XPI_ID= {9669CC8F-B388-42FE-86F4-CB5E7F5A8BDC} +NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> |