diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-02 04:45:47 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-02 04:45:47 +0000 |
commit | c4ce8ace8723eeeecc648f93aa54acd68784ceec (patch) | |
tree | 9ad02d22d37524638ee05b64ef3cdd982996f4e8 /www/mozilla | |
parent | 1c2fde84310b57a0f155524cb4d244ae0a7793bf (diff) |
Remove the lib/browser_plugins directory.
Reported by: bento
Notes
Notes:
svn path=/head/; revision=74454
Diffstat (limited to 'www/mozilla')
-rw-r--r-- | www/mozilla/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index 5f9a9159154e..0bd9502b73e5 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -196,6 +196,7 @@ pre-install: ${ECHO_CMD} bin/${MOZILLA} >> ${PLIST} if [ ! -L ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ]; then \ ${ECHO_CMD} lib/browser_plugins/libjavaplugin_oji.so >> ${PLIST} ; \ + ${ECHO_CMD} @dirrm lib/browser_plugins >> ${PLIST} ; \ fi cd ${WRKSRC}/dist/bin && ${FIND} -s * -type f -o -type l | \ ${SED} -e 's:^:lib/${MOZILLA}/:' >> ${PLIST} \ |