diff options
author | trevor <trevor@FreeBSD.org> | 2004-12-10 10:12:08 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-12-10 10:12:08 +0800 |
commit | 06b7d6426a2f8c5402ffdd08af6871bb05983833 (patch) | |
tree | 93c6d16f478b02f9941ceaa5bff5e8d2534160b4 /www/linux-mozilla | |
parent | 615f41f5f70a8498c6b2d32af687b844aebbd524 (diff) | |
download | freebsd-ports-graphics-06b7d6426a2f8c5402ffdd08af6871bb05983833.tar.gz freebsd-ports-graphics-06b7d6426a2f8c5402ffdd08af6871bb05983833.tar.zst freebsd-ports-graphics-06b7d6426a2f8c5402ffdd08af6871bb05983833.zip |
I removed talkback.xpi from the list of distfiles for the interactive
build (because I doubt the error reports would be valuable) but
forgot to do so for batch builds, causing an error.
Reported by: pointyhat log forwarded by kris, and sf
Diffstat (limited to 'www/linux-mozilla')
-rw-r--r-- | www/linux-mozilla/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/linux-mozilla/Makefile b/www/linux-mozilla/Makefile index 5e070e9f66a..af746db9795 100644 --- a/www/linux-mozilla/Makefile +++ b/www/linux-mozilla/Makefile @@ -54,7 +54,6 @@ DISTFILES= browser.xpi \ psm.xpi \ regus.xpi \ spellcheck.xpi \ - talkback.xpi \ venkman.xpi \ xpcom.xpi .if exists(${WRKDIRPREFIX}${.CURDIR}/work/xpi/components.conf) |