diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-02 12:45:47 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-02 12:45:47 +0800 |
commit | c4ce8ace8723eeeecc648f93aa54acd68784ceec (patch) | |
tree | 9ad02d22d37524638ee05b64ef3cdd982996f4e8 /www/mozilla-vendor | |
parent | 1c2fde84310b57a0f155524cb4d244ae0a7793bf (diff) | |
download | freebsd-ports-gnome-c4ce8ace8723eeeecc648f93aa54acd68784ceec.tar.gz freebsd-ports-gnome-c4ce8ace8723eeeecc648f93aa54acd68784ceec.tar.zst freebsd-ports-gnome-c4ce8ace8723eeeecc648f93aa54acd68784ceec.zip |
Remove the lib/browser_plugins directory.
Reported by: bento
Diffstat (limited to 'www/mozilla-vendor')
-rw-r--r-- | www/mozilla-vendor/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mozilla-vendor/Makefile b/www/mozilla-vendor/Makefile index da12d2111840..870b5546099b 100644 --- a/www/mozilla-vendor/Makefile +++ b/www/mozilla-vendor/Makefile @@ -135,6 +135,7 @@ pre-install: ${ECHO_CMD} bin/mozilla-vendor >> ${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-vendor/:' >> ${PLIST} \ |