diff options
author | triaxx <triaxx@pkgsrc.org> | 2018-12-08 09:10:59 +0000 |
---|---|---|
committer | triaxx <triaxx@pkgsrc.org> | 2018-12-08 09:10:59 +0000 |
commit | e3ca46ae7050d02380cb89e8aa50573a10f6ee9c (patch) | |
tree | 21def6bc29988e49c1090fd8ddb62aab764324d9 | |
parent | 46dcbaaeea9e1af8b63b99d642c4b5cfe328331f (diff) | |
download | pkgsrc-e3ca46ae7050d02380cb89e8aa50573a10f6ee9c.tar.gz |
lsof: update MASTER_SITES and set LICENSE
-rw-r--r-- | sysutils/lsof/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 34dab3e34b0..919fd688621 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.128 2018/10/27 11:46:04 tron Exp $ +# $NetBSD: Makefile,v 1.129 2018/12/08 09:10:59 triaxx Exp $ DISTNAME= lsof_4.89 PKGNAME= ${DISTNAME:S/_/-/} PKGREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ -MASTER_SITES+= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/OLD/ +MASTER_SITES= ftp://ftp.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/ +MASTER_SITES+= ftp://ftp.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/OLD/ MASTER_SITES+= ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/ MASTER_SITES+= ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/OLD/ EXTRACT_SUFX= .tar.bz2 @@ -13,6 +13,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://people.freebsd.org/~abe/ COMMENT= Lists information about open files +LICENSE= abell-94 WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL_NAME} HAS_CONFIGURE= yes |