freebsd-ports/sysutils/penv/pkg-plist
Peter Pentchev 6980ba664a Update to 1.2pre2, which lets environment variables and a per-user
configuration file override the settings in the global config file.
The command-line options still take precedence, though.
2002-03-22 10:01:33 +00:00

33 lines
1.6 KiB
Text

bin/penv
@unexec if cmp -s %D/etc/penv.conf %D/etc/penv.conf.default; then rm -f %D/etc/penv.conf; fi
etc/penv.conf.default
@exec [ -f %B/penv.conf ] || cp %B/%f %B/penv.conf
%%PORTDOCS%%share/doc/penv/html/changes
%%PORTDOCS%%share/doc/penv/html/docbook.css
%%PORTDOCS%%share/doc/penv/html/en_US.ISO8859-1/changes/changes.html
%%PORTDOCS%%share/doc/penv/html/en_US.ISO8859-1/changes/changes.txt
%%PORTDOCS%%share/doc/penv/html/en_US.ISO8859-1/docbook.css
%%PORTDOCS%%share/doc/penv/html/en_US.ISO8859-1/index.html
%%PORTDOCS%%share/doc/penv/html/en_US.ISO8859-1/penv-compat.html
%%PORTDOCS%%share/doc/penv/html/en_US.ISO8859-1/penv-history.html
%%PORTDOCS%%share/doc/penv/html/en_US.ISO8859-1/penv-install.html
%%PORTDOCS%%share/doc/penv/html/en_US.ISO8859-1/penv-src.html
%%PORTDOCS%%share/doc/penv/html/en_US.ISO8859-1/penv-usage.html
%%PORTDOCS%%share/doc/penv/html/en_US.ISO8859-1/penv.html
%%PORTDOCS%%share/doc/penv/html/index.html
%%PORTDOCS%%share/doc/penv/html/penv-compat.html
%%PORTDOCS%%share/doc/penv/html/penv-history.html
%%PORTDOCS%%share/doc/penv/html/penv-install.html
%%PORTDOCS%%share/doc/penv/html/penv-src.html
%%PORTDOCS%%share/doc/penv/html/penv-usage.html
%%PORTDOCS%%share/doc/penv/html/penv.html
%%PORTDOCS%%share/doc/penv/txt/en_US.ISO8859-1/penv.txt
%%PORTDOCS%%share/doc/penv/txt/penv.txt
%%PORTDOCS%%@dirrm share/doc/penv/html/en_US.ISO8859-1/changes
%%PORTDOCS%%@dirrm share/doc/penv/html/en_US.ISO8859-1
%%PORTDOCS%%@dirrm share/doc/penv/html
%%PORTDOCS%%@dirrm share/doc/penv/txt/en_US.ISO8859-1
%%PORTDOCS%%@dirrm share/doc/penv/txt
%%PORTDOCS%%@dirrm share/doc/penv
@exec mkdir -p %%DBDIR%%
@unexec rmdir %%DBDIR%% 2>/dev/null || true