diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-27 18:16:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-27 18:16:21 +0000 |
commit | 8ce4440aba08f64234f59c419893b0af6eabbc09 (patch) | |
tree | 89649352d30fc0e4643352b6e1057f3e2120fba5 | |
parent | - Deal with locale directory (diff) |
- Fix plist
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=136287
-rw-r--r-- | www/linux-mozillafirebird-el/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/linux-mozillafirebird-el/Makefile b/www/linux-mozillafirebird-el/Makefile index cfdb5b49eb58..9f810b8d8b63 100644 --- a/www/linux-mozillafirebird-el/Makefile +++ b/www/linux-mozillafirebird-el/Makefile @@ -11,5 +11,12 @@ PKGNAMEPREFIX= el-linux- DISTNAME= MozillaFirebird-${PORTVERSION}-i686-pc-linux-gnu-elGR COMMENT= Firebird Web browser: Greek Linux/i386 version +PLIST_FILES= lib/el-linux-mozillafirebird/chrome/el-unix.jar \ + lib/el-linux-mozillafirebird/chrome/el-win.jar \ + lib/el-linux-mozillafirebird/chrome/el-gr.jar \ + lib/el-linux-mozillafirebird/chrome/el-mac.jar \ + lib/el-linux-mozillafirebird/install.log \ + lib/el-linux-mozillafirebird/registry + MASTERDIR= ${.CURDIR}/../../www/linux-mozillafirebird .include "${MASTERDIR}/Makefile" |