freebsd-ports/www/plugger/pkg-plist
Joe Marcus Clarke 381d5a7b26 * Make this port GNOME 2 aware
* Install plugin in new browser_plugins directory

PR:	45362
Submitted by:	maintainer
2002-11-17 05:40:36 +00:00

6 lines
636 B
Text

bin/plugger-4.0
lib/browser_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