mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
fc0222dad2
- Respect SYSCONFDIR in pkg-plist. - Remove useless test on PREFIX. - Remove useless HAS_CONFIGURE's. PR: ports/76789 Submitted by: Florent Thoumie <flz@xbsd.org> Approved by: maintainer timeout (2 weeks)
14 lines
511 B
Plaintext
14 lines
511 B
Plaintext
bin/lprngtool
|
|
libexec/filters/atalkprint
|
|
libexec/filters/ncpprint
|
|
libexec/filters/smbprint
|
|
libexec/filters/printerdb
|
|
libexec/filters/testpage.asc
|
|
libexec/filters/testpage.ps
|
|
libexec/filters/testpage-a4.ps
|
|
@unexec rmdir %D/libexec/filters 2> /dev/null || true
|
|
%%CWD%%@cwd /
|
|
@unexec if cmp -s %D/%%SYSCONFDIR%%/lprngtool.conf %D/%%SYSCONFDIR%%/lprngtool.conf.sample; then rm -f %D/%%SYSCONFDIR%%/lprngtool.conf; fi
|
|
%%SYSCONFDIR%%/lprngtool.conf.sample
|
|
@exec [ -f %B/lprngtool.conf ] || cp %B/%f %B/lprngtool.conf
|