diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-05-26 17:34:16 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-05-26 17:34:16 +0800 |
commit | 706137845550cc2fc876cf4bac8f8c8c55e0742c (patch) | |
tree | 255b342963c602de32c496ae436794e3405637e3 | |
parent | 8a582fbbdf2df32518cedc1458e12756cdea2680 (diff) | |
download | freebsd-ports-graphics-706137845550cc2fc876cf4bac8f8c8c55e0742c.tar.gz freebsd-ports-graphics-706137845550cc2fc876cf4bac8f8c8c55e0742c.tar.zst freebsd-ports-graphics-706137845550cc2fc876cf4bac8f8c8c55e0742c.zip |
- Add LICENSE
- Update WWW
Approved by: portmgr blanket
-rw-r--r-- | sysutils/xin/Makefile | 3 | ||||
-rw-r--r-- | sysutils/xin/pkg-descr | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/xin/Makefile b/sysutils/xin/Makefile index 9c5b156ba49..bd3904edcab 100644 --- a/sysutils/xin/Makefile +++ b/sysutils/xin/Makefile @@ -10,6 +10,9 @@ 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 diff --git a/sysutils/xin/pkg-descr b/sysutils/xin/pkg-descr index 7f827b32adf..8d9795cc39d 100644 --- a/sysutils/xin/pkg-descr +++ b/sysutils/xin/pkg-descr @@ -2,4 +2,4 @@ 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 |