From fe13c9193a9b5e38485f3bd1ad004e0ab1846010 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Sun, 15 Apr 2018 09:33:40 +0000 Subject: - Add LICENSE - Use MANPREFIX - Update WWW --- www/snarf/Makefile | 5 ++++- www/snarf/pkg-descr | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/snarf/Makefile b/www/snarf/Makefile index 727c739b1e31..81c5aa7db08f 100644 --- a/www/snarf/Makefile +++ b/www/snarf/Makefile @@ -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 diff --git a/www/snarf/pkg-descr b/www/snarf/pkg-descr index 2c18d03cceeb..c756adf749a6 100644 --- a/www/snarf/pkg-descr +++ b/www/snarf/pkg-descr @@ -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/ -- cgit