diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-07 12:14:15 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-07 12:14:15 +0800 |
commit | 2d280dfb0133f6b449231898b11c1805219d1c53 (patch) | |
tree | 4f2ae543236192a849752bea7126c66aaa647943 /www | |
parent | 6bddec745d6665548066b7ad56cced38cb2170ff (diff) | |
download | freebsd-ports-graphics-2d280dfb0133f6b449231898b11c1805219d1c53.tar.gz freebsd-ports-graphics-2d280dfb0133f6b449231898b11c1805219d1c53.tar.zst freebsd-ports-graphics-2d280dfb0133f6b449231898b11c1805219d1c53.zip |
- Fix USE_XPI syntax
PR: 132303
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de>
Diffstat (limited to 'www')
-rw-r--r-- | www/xpi-downthemall/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/xpi-downthemall/Makefile b/www/xpi-downthemall/Makefile index dcaf82755e1..157ae97a1d7 100644 --- a/www/xpi-downthemall/Makefile +++ b/www/xpi-downthemall/Makefile @@ -17,7 +17,7 @@ XPI_DISTNAME= downthemall! WRKSRC= ${WRKDIR}/${DISTNAME:S/!/_/} XPI_ID= {DDC359D1-844A-42a7-9AA1-88A850A938A8} XPI_NUM= 201 -USE_XPI= www/firefox3:firefox3 +USE_XPI= firefox3 XPI_FILES= components/migrationService.js \ components/debugService.xpt \ |