diff options
author | sat <sat@FreeBSD.org> | 2006-05-18 17:30:50 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-05-18 17:30:50 +0800 |
commit | 3420997dd7480b1824287155687221aa5956fe5b (patch) | |
tree | 3b45d1cb08841893950f27e7427e5f1dfbfc833b /www | |
parent | 3a2d83946244e79a6725b9c24c402344e2a84664 (diff) | |
download | freebsd-ports-gnome-3420997dd7480b1824287155687221aa5956fe5b.tar.gz freebsd-ports-gnome-3420997dd7480b1824287155687221aa5956fe5b.tar.zst freebsd-ports-gnome-3420997dd7480b1824287155687221aa5956fe5b.zip |
- Specify XPI_DIRS explicitly
Approved by: krion (implicit)
Diffstat (limited to 'www')
-rw-r--r-- | www/xpi-noscript/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/xpi-noscript/Makefile b/www/xpi-noscript/Makefile index b363f3e954e1..b3892e08f0b3 100644 --- a/www/xpi-noscript/Makefile +++ b/www/xpi-noscript/Makefile @@ -17,6 +17,7 @@ XPI_ID= {73a6fe31-595d-460b-a920-fcc0f8843232} XPI_FILES= GPL.txt NoScript_License.txt chrome/noscript.jar chrome.manifest \ components/.autoreg components/noscriptService.js \ defaults/preferences/noscript.js install.js install.rdf +XPI_DIRS= chrome components defaults/preferences defaults .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> |