freebsd-ports/www/plugger/pkg-plist
Mario Sergio Fujikawa Ferreira 1d0d249c31 o Unbreak for mozilla 0.9.6 and later versions. Mozilla no longer
recognizes plugins unless they start with libnp or np.  Since
  plugger's plugin was named plugger.so, this caused it to be
  disabled.
o Fix this and bump PORTREVISION.

PR:		32847
Submitted by:	maintainer
2001-12-15 14:29:57 +00:00

6 lines
620 B
Plaintext

lib/mozilla/plugins/npplugger.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