- Add LICENSE
- Use MANPREFIX - Update WWW
This commit is contained in:
parent
cd7ea6b055
commit
325e583c35
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=467379
@ -9,6 +9,9 @@ MASTER_SITES= http://www.xach.com/snarf/
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Another small command-line URL (http/ftp/gopher/finger) fetcher
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= bin/snarf \
|
||||
@ -16,6 +19,6 @@ PLIST_FILES= bin/snarf \
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/snarf ${STAGEDIR}${PREFIX}/bin/
|
||||
${INSTALL_MAN} ${WRKSRC}/snarf.1 ${STAGEDIR}${PREFIX}/man/man1/
|
||||
${INSTALL_MAN} ${WRKSRC}/snarf.1 ${STAGEDIR}${MANPREFIX}/man/man1/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,4 +2,4 @@ Snarf is another small command-line URL fetcher. It supports proxying,
|
||||
http redirect, http and ftp resume, http and ftp authentication, as well
|
||||
as retrieving data via gopher and finger protocols.
|
||||
|
||||
WWW: http://www.xach.com/snarf/
|
||||
WWW: https://www.xach.com/snarf/
|
||||
|
Loading…
Reference in New Issue
Block a user