60af9968e1
- Rework Makefile for easier readability - Reformat pkg-descr - Bump portrevision (file owner/group changed) PR: ports/114482 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Approved by: Alexander Wittig <alexander@wittig.name> (maintainer)
10 lines
609 B
Plaintext
10 lines
609 B
Plaintext
@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin %%SQUIRREL_PLUGIN_NAME%%; fi
|
|
%%SQUIRRELDIR%%/plugins/compatibility/functions.php
|
|
%%SQUIRRELDIR%%/plugins/compatibility/index.php
|
|
%%SQUIRRELDIR%%/plugins/compatibility/INSTALL
|
|
%%SQUIRRELDIR%%/plugins/compatibility/README
|
|
%%SQUIRRELDIR%%/plugins/compatibility/setup.php
|
|
%%SQUIRRELDIR%%/plugins/compatibility/version
|
|
@dirrm %%SQUIRRELDIR%%/plugins/compatibility
|
|
@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin %%SQUIRREL_PLUGIN_NAME%%; fi
|