summaryrefslogtreecommitdiff
path: root/www/plugger/pkg-plist
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-09-04 16:32:21 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-09-04 16:32:21 +0000
commitf0b81c65e464f8f4755b8cc3bef696a3c10a9ddf (patch)
treea265fb6ea5e1c0168f5d080dee5cb6266cc366e7 /www/plugger/pkg-plist
parentAdd textproc/xhtml dependency. (diff)
o have plugger be a mozilla plugin instead of a netscape plugin
o install several plugins per default; hence, adding audio and graphics as secondary categories o update COMMENT, DESCR and PKGMESSAGE accordingly o style fix: un"echo" Makefile commands o given all this work -> switch over maintainership to submitter PR: 29585 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
Notes
Notes: svn path=/head/; revision=47425
Diffstat (limited to '')
-rw-r--r--www/plugger/pkg-plist6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/plugger/pkg-plist b/www/plugger/pkg-plist
index ab96b13a8922..0f565b84f48d 100644
--- a/www/plugger/pkg-plist
+++ b/www/plugger/pkg-plist
@@ -1,3 +1,5 @@
-lib/netscape/plugins/plugger.so
+lib/mozilla/plugins/plugger.so
+@unexec if [ -f %D/etc/pluggerrc ]; then cmp -s %D/etc/pluggerrc.sample %D/etc/pluggerrc && rm -f %D/etc/pluggerrc || echo "If you are permanently removing this port, you should do a ``rm -f ${PKG_PREFIX}/etc/pluggerrc`` to remove configuration files left." | fmt ; fi
+@unexec if [ -f %D/etc/pluggerrc.old ]; then echo "If you are permanently removing this port, you should do a ``rm -f ${PKG_PREFIX}/etc/pluggerrc.old`` to remove backup configuration files left." | fmt ; fi
etc/pluggerrc.sample
-
+@exec if [ ! -f %D/etc/pluggerrc ]; then cp %D/etc/pluggerrc.sample %D/etc/pluggerrc ; fi