mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
ec0ed1e83c
based on fltk2: it is expected that the next version will use fltk1.3)
34 lines
1.3 KiB
Plaintext
34 lines
1.3 KiB
Plaintext
bin/dillo
|
|
bin/dpid
|
|
bin/dpidc
|
|
@unexec if cmp -s %D/etc/dillo/dillorc.dist %D/etc/dillo/dillorc; then rm -f %D/etc/dillo/dillorc; fi
|
|
etc/dillo/dillorc.dist
|
|
@exec if [ ! -f %B/dillorc ]; then cp -p %D/%F %B/dillorc; fi
|
|
@unexec if cmp -s %D/etc/dillo/dpidrc.dist %D/etc/dillo/dpidrc; then rm -f %D/etc/dillo/dpidrc; fi
|
|
etc/dillo/dpidrc.dist
|
|
@exec if [ ! -f %B/dpidrc ]; then cp -p %D/%F %B/dpidrc; fi
|
|
@unexec if cmp -s %D/etc/dillo/keysrc.dist %D/etc/dillo/keysrc; then rm -f %D/etc/dillo/keysrc; fi
|
|
etc/dillo/keysrc.dist
|
|
@exec if [ ! -f %B/keysrc ]; then cp -p %D/%F %B/keysrc; fi
|
|
libexec/dillo/dpi/bookmarks/bookmarks.dpi
|
|
libexec/dillo/dpi/cookies/cookies.dpi
|
|
libexec/dillo/dpi/datauri/datauri.filter.dpi
|
|
libexec/dillo/dpi/downloads/downloads.dpi
|
|
libexec/dillo/dpi/file/file.dpi
|
|
libexec/dillo/dpi/ftp/ftp.filter.dpi
|
|
libexec/dillo/dpi/hello/hello.filter.dpi
|
|
libexec/dillo/dpi/https/https.filter.dpi
|
|
libexec/dillo/dpi/vsource/vsource.filter.dpi
|
|
@dirrm libexec/dillo/dpi/https
|
|
@dirrm libexec/dillo/dpi/hello
|
|
@dirrm libexec/dillo/dpi/ftp
|
|
@dirrm libexec/dillo/dpi/file
|
|
@dirrm libexec/dillo/dpi/downloads
|
|
@dirrm libexec/dillo/dpi/datauri
|
|
@dirrm libexec/dillo/dpi/cookies
|
|
@dirrm libexec/dillo/dpi/bookmarks
|
|
@dirrm libexec/dillo/dpi/vsource
|
|
@dirrm libexec/dillo/dpi
|
|
@dirrm libexec/dillo
|
|
@dirrmtry etc/dillo
|