diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2009-11-27 09:08:23 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2009-11-27 09:08:23 +0000 |
commit | 7bd65f5b4acfcf7582ff78dc24b53b95e4be4374 (patch) | |
tree | ac22b4036e50ef6f517c0e01c7fa50c0c6c9377b /german | |
parent | 0387b6a2e3879a05710acc8edc04d5a663f1b06e (diff) | |
download | ports-7bd65f5b4acfcf7582ff78dc24b53b95e4be4374.tar.gz ports-7bd65f5b4acfcf7582ff78dc24b53b95e4be4374.zip |
- Remove obsolete gecko providers
- Remove obsolete inclusion of www/mozilla/bsd.gecko.mk
- Bump PORTREVISION
Approved by: portmgr (miwi)
Exp-run by: miwi
Notes
Notes:
svn path=/head/; revision=244837
Diffstat (limited to 'german')
-rw-r--r-- | german/bsdforen-firefox-searchplugin/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/german/bsdforen-firefox-searchplugin/Makefile b/german/bsdforen-firefox-searchplugin/Makefile index 4fb7faeabca0..b423eba58b91 100644 --- a/german/bsdforen-firefox-searchplugin/Makefile +++ b/german/bsdforen-firefox-searchplugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= bsdforen-firefox-searchplugin PORTVERSION= 0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= german www MASTER_SITES= http://www.crashmail.de/files/ \ http://people.bsdgroup.de/~steve/files/ @@ -18,10 +18,9 @@ MAINTAINER= stefan.tell@crashmail.de COMMENT= Firefox searchplugins for the www.bsdforen.de board and wiki NO_BUILD= yes -USE_GECKO= firefox +USE_GECKO= libxul .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" do-extract: @${MKDIR} ${WRKSRC} |