mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
806e16211e
- Use DATADIR and USE_ICONV
15 lines
441 B
Plaintext
15 lines
441 B
Plaintext
bin/wprint
|
|
@unexec if cmp -s %D/etc/wprint.conf.dist %D/etc/wprint.conf; then rm -f %D/etc/wprint.conf; fi
|
|
etc/wprint.conf.dist
|
|
@exec if [ ! -f %D/etc/wprint.conf ] ; then cp -p %D/%F %B/wprint.conf; fi
|
|
%%DATADIR%%/COURR_SE.TTF
|
|
%%DATADIR%%/COURR_SE.TXT
|
|
%%DATADIR%%/README.test
|
|
%%DATADIR%%/netscape.ps
|
|
%%DATADIR%%/news.eo.gif
|
|
%%DATADIR%%/search.eo.gif
|
|
%%DATADIR%%/test.html
|
|
%%DATADIR%%/test.sh
|
|
%%DATADIR%%/wprint-test.conf
|
|
@dirrm %%DATADIR%%
|