Lines 15-20
Link Here
|
15 |
|
15 |
|
16 |
LICENSE= GPLv2 |
16 |
LICENSE= GPLv2 |
17 |
|
17 |
|
|
|
18 |
LIB_DEPENDS= libidn.so:dns/libidn |
19 |
|
18 |
CONFLICTS= lynx-2.8.[8-9]d* |
20 |
CONFLICTS= lynx-2.8.[8-9]d* |
19 |
|
21 |
|
20 |
USES= cpe ncurses shebangfix tar:bzip2 |
22 |
USES= cpe ncurses shebangfix tar:bzip2 |
Lines 59-65
Link Here
|
59 |
post-install-DOCS-on: |
61 |
post-install-DOCS-on: |
60 |
# Fix some stage symlinks |
62 |
# Fix some stage symlinks |
61 |
.for doc in COPYHEADER COPYING COPYHEADER.asc COPYING.asc |
63 |
.for doc in COPYHEADER COPYING COPYHEADER.asc COPYING.asc |
62 |
(cd ${STAGEDIR}${L_HELP} && ln -sf ../doc/lynx/${doc} .) |
64 |
(cd ${STAGEDIR}${L_HELP} && ${LN} -sf ../doc/lynx/${doc} .) |
63 |
.endfor |
65 |
.endfor |
64 |
|
66 |
|
65 |
.include <bsd.port.pre.mk> |
67 |
.include <bsd.port.pre.mk> |