aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail-change_ldappass-plugin/pkg-plist
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-07-20 09:35:13 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-07-20 09:35:13 +0000
commitcac5744ca73eac53c2043c82a1d858363cd586c4 (patch)
treeedfa4fa4c6e9ab7dfb28d9f1277148537b45c112 /mail/squirrelmail-change_ldappass-plugin/pkg-plist
parent60af9968e1a1bb24bb0f3c6f533f1679d1510532 (diff)
downloadports-cac5744ca73eac53c2043c82a1d858363cd586c4.tar.gz
ports-cac5744ca73eac53c2043c82a1d858363cd586c4.zip
- Pass maintainership to submitter
- Rework Makefile for easier readability - Reformat pkg-descr - Bump portrevision (file owner/group changed) PR: ports/114488 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Approved by: Alexander Wittig <alexander@wittig.name> (maintainer)
Notes
Notes: svn path=/head/; revision=195940
Diffstat (limited to 'mail/squirrelmail-change_ldappass-plugin/pkg-plist')
-rw-r--r--mail/squirrelmail-change_ldappass-plugin/pkg-plist6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/squirrelmail-change_ldappass-plugin/pkg-plist b/mail/squirrelmail-change_ldappass-plugin/pkg-plist
index 5c5080e790c7..5d54177fc061 100644
--- a/mail/squirrelmail-change_ldappass-plugin/pkg-plist
+++ b/mail/squirrelmail-change_ldappass-plugin/pkg-plist
@@ -1,4 +1,4 @@
-@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin change_ldappass; fi
+@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin %%SQUIRREL_PLUGIN_NAME%%; fi
%%SQUIRRELDIR%%/plugins/change_ldappass/locale/fr_FR/LC_MESSAGES/change_ldappass.mo
%%SQUIRRELDIR%%/plugins/change_ldappass/locale/fr_FR/LC_MESSAGES/change_ldappass.po
%%SQUIRRELDIR%%/plugins/change_ldappass/locale/pl_PL/LC_MESSAGES/change_ldappass.mo
@@ -56,5 +56,5 @@
@dirrm %%SQUIRRELDIR%%/plugins/change_ldappass/locale/pt_BR
@dirrm %%SQUIRRELDIR%%/plugins/change_ldappass/locale/sv_SE
@dirrm %%SQUIRRELDIR%%/plugins/change_ldappass/locale
-@dirrm %%SQUIRRELDIR%%/plugins/change_ldappass/
-@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin change_ldappass; fi
+@dirrm %%SQUIRRELDIR%%/plugins/change_ldappass
+@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin %%SQUIRREL_PLUGIN_NAME%%; fi