Index: head/sysutils/xin/Makefile =================================================================== --- head/sysutils/xin/Makefile (revision 470886) +++ head/sysutils/xin/Makefile (revision 470887) @@ -1,16 +1,19 @@ # Created by: Mark Pulford # $FreeBSD$ PORTNAME= xin PORTVERSION= 1.0.0 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SUNSITE/utils/file MAINTAINER= ports@FreeBSD.org COMMENT= Splits standard input and pipes into a command +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes PLIST_FILES= bin/xin man/man1/xin.1.gz .include Index: head/sysutils/xin/pkg-descr =================================================================== --- head/sysutils/xin/pkg-descr (revision 470886) +++ head/sysutils/xin/pkg-descr (revision 470887) @@ -1,5 +1,5 @@ Xin reads from standard input and splits the data up into sections, piping each section to a separate command. Optionally it can pad each section with zeros. -WWW: http://www.kyne.com.au/~mark/software/xin.php +WWW: https://www.kyne.com.au/~mark/software/xin.php