diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-04-01 09:43:27 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-04-01 09:43:27 +0000 |
commit | 31b3bc01e7c99bf63563f858f619e490c74a4c53 (patch) | |
tree | ab60a736bd9168f7d9cd71c4399e6f2cd020e921 /www/linux-netscape6 | |
parent | 9dfed339a2d4a6b436d51de5780cdf556b34c674 (diff) |
Notes
Diffstat (limited to 'www/linux-netscape6')
-rw-r--r-- | www/linux-netscape6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/linux-netscape6/Makefile b/www/linux-netscape6/Makefile index 5cc4ef658776..b16cf6077c14 100644 --- a/www/linux-netscape6/Makefile +++ b/www/linux-netscape6/Makefile @@ -90,7 +90,7 @@ DISTFILES?= browser.xpi \ talkback.xpi \ xpcom.xpi .if exists(${WRKDIRPREFIX}${.CURDIR}/work/netscape-installer/xpi/components.conf) -DISTFILES!= ${CAT} ${WRKDIRPREFIX}${.CURDIR}/work/netscape-installer/xpi/components.conf +DISTFILES!=${CAT} ${WRKDIRPREFIX}${.CURDIR}/work/netscape-installer/xpi/components.conf .endif checksum: |