mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
- Fix shebangs
- Drop @dirrm* from plist Approved by: portmgr blanket MFH: 2015Q2
This commit is contained in:
parent
2d36b4a591
commit
6dd86b06e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386890
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= lynx
|
||||
PORTVERSION= 2.8.8.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www ipv6
|
||||
MASTER_SITES= http://lynx.isc.org/current/ \
|
||||
@ -17,7 +17,8 @@ LICENSE= GPLv2
|
||||
|
||||
CONFLICTS= lynx-2.8.[8-9]d*
|
||||
|
||||
USES= cpe tar:bzip2
|
||||
USES= cpe shebangfix tar:bzip2
|
||||
SHEBANG_FILES= samples/mailto-form.pl
|
||||
USE_OPENSSL= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}2-8-8
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -122,12 +122,6 @@ man/man1/lynx.1.gz
|
||||
%%PORTDOCS%%share/lynx_help/lynx-dev.html.gz
|
||||
%%PORTDOCS%%share/lynx_help/lynx_help_main.html.gz
|
||||
%%PORTDOCS%%share/lynx_help/lynx_url_support.html.gz
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/samples
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/test
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
%%PORTDOCS%%@dirrm share/lynx_help/keystrokes
|
||||
%%PORTDOCS%%@dirrm share/lynx_help
|
||||
%%NLS%%share/locale/da/LC_MESSAGES/lynx.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/lynx.mo
|
||||
%%NLS%%share/locale/en/LC_MESSAGES/lynx.mo
|
||||
|
Loading…
Reference in New Issue
Block a user