mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
bb65e32b09
- Bump PORTREVISION Reported by: pointyhat via kris Approved by: novel (mentor) (implicit)
13 lines
423 B
Plaintext
13 lines
423 B
Plaintext
@unexec if cmp -s %D/etc/gld.conf %D/etc/gld.conf-dist; then rm -f %D/etc/gld.conf; fi
|
|
etc/gld.conf-dist
|
|
@exec [ -f %B/gld.conf ] || cp %B/%f %B/gld.conf
|
|
etc/rc.d/gld.sh
|
|
sbin/gld
|
|
%%PORTDOCS%%%%DOCSDIR%%/HISTORY
|
|
%%PORTDOCS%%%%DOCSDIR%%/LICENCE
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/table-whitelist.sql
|
|
%%PORTDOCS%%%%DOCSDIR%%/tables.mysql
|
|
%%PORTDOCS%%%%DOCSDIR%%/tables.pgsql
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|