1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Use SQUIRREL_PLUGIN_NAME variables in pkg-plist, makes plist a little more robust

- Bump PORTREVISION

PR:             109694
Submitted by:   Thomas Abthorpe <thomas@goodking.ca> (maintainer)
This commit is contained in:
Martin Wilke 2007-03-01 11:58:54 +00:00
parent aaa6a587ab
commit ba435d8c59
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186288
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= newuser_wiz
PORTVERSION= 1.3.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= mail www
MASTER_SITES= http://www.squirrelmail.org/plugins/
PKGNAMEPREFIX= squirrelmail-

View File

@ -1,4 +1,4 @@
@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin newuser_wiz; fi
@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin %%SQUIRREL_PLUGIN_NAME%%; fi
%%SQUIRRELDIR%%/plugins/newuser_wiz/functions.php
%%SQUIRRELDIR%%/plugins/newuser_wiz/setup.php
%%SQUIRRELDIR%%/plugins/newuser_wiz/README
@ -10,4 +10,4 @@
%%SQUIRRELDIR%%/plugins/newuser_wiz/newuser_wiz_sample.po
%%SQUIRRELDIR%%/plugins/newuser_wiz/newuser_wiz.pot
@dirrm %%SQUIRRELDIR%%/plugins/newuser_wiz
@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin newuser_wiz; fi
@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin %%SQUIRREL_PLUGIN_NAME%%; fi