ae63929d16
PR: 63824 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
20 lines
764 B
Text
20 lines
764 B
Text
@comment $FreeBSD$
|
|
@unexec if cmp -s %D/%%CONF_DIR%%/grenouillerc %D/%%CONF_DIR%%/grenouillerc.sample; then rm -f %D/%%CONF_DIR%%/grenouillerc; fi
|
|
%%CONF_DIR%%/grenouillerc.sample
|
|
@comment no @exec: see pkg-install/+INSTALL for details.
|
|
%%RC_DIR%%/plgrenouille.sh
|
|
%%LBIN_DIR%%/plgrenouille
|
|
%%SITE_PERL%%/Grenouille/Comm.pm
|
|
%%SITE_PERL%%/Grenouille/Config.pm
|
|
%%SITE_PERL%%/Grenouille/Log.pm
|
|
%%SITE_PERL%%/Grenouille/Numbers.pm
|
|
%%SITE_PERL%%/Grenouille/Preferences.pm
|
|
%%SITE_PERL%%/Grenouille/Queue.pm
|
|
%%SITE_PERL%%/Grenouille/Scheduler.pm
|
|
%%SITE_PERL%%/Grenouille/System.pm
|
|
%%SITE_PERL%%/Grenouille/Vars.pm
|
|
%%SITE_PERL%%/Grenouille/Version.pm
|
|
%%PORTDOCS%%%%DOCSDIR%%/FAQ
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
@dirrm %%SITE_PERL%%/Grenouille
|