diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-02 12:45:47 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-02 12:45:47 +0800 |
commit | c2592bb97465fadbc715d002f30c19abaf7333aa (patch) | |
tree | 11b31d9a9946993a5c062f6992da94f078db52cb /www/seamonkey2 | |
parent | 8188a2c23a05317559fc6523e95515ff7b5e6df2 (diff) | |
download | freebsd-ports-gnome-c2592bb97465fadbc715d002f30c19abaf7333aa.tar.gz freebsd-ports-gnome-c2592bb97465fadbc715d002f30c19abaf7333aa.tar.zst freebsd-ports-gnome-c2592bb97465fadbc715d002f30c19abaf7333aa.zip |
Remove the lib/browser_plugins directory.
Reported by: bento
Diffstat (limited to 'www/seamonkey2')
-rw-r--r-- | www/seamonkey2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index c626ebc7c8de..4c171ab69c0f 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -199,6 +199,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} \ |