o add an INSTALL script to install /etc/wgetrc if necessary o remove wgetrc install code from Makefile and packing list o call install script from Makefile o patch wget doc Makefile so it does NOT install into /etc automagically o add DEINSTALL script to remind user to get rid of /etc/wgetrc THIS PORT IS NOW FROZEN FOR 2.5
14 lines
474 B
Plaintext
14 lines
474 B
Plaintext
bin/wget
|
|
@unexec install-info --delete %D/info/wget.info %D/info/dir
|
|
info/wget.info
|
|
@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
|
|
@exec install-info %D/info/wget.info %D/info/dir
|
|
lib/wget/sample.wgetrc
|
|
share/locale/cs/LC_MESSAGES/wget.mo
|
|
share/locale/de/LC_MESSAGES/wget.mo
|
|
share/locale/hr/LC_MESSAGES/wget.mo
|
|
share/locale/it/LC_MESSAGES/wget.mo
|
|
share/locale/no/LC_MESSAGES/wget.mo
|
|
share/locale/pt_BR/LC_MESSAGES/wget.mo
|
|
@dirrm lib/wget
|