- Add LICENSE

- Use MANPREFIX
- Update WWW
This commit is contained in:
Dmitry Marakasov 2018-04-15 09:33:40 +00:00
parent cd7ea6b055
commit 325e583c35
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=467379
2 changed files with 5 additions and 2 deletions

View File

@ -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>

View File

@ -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/