diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-07-30 17:01:10 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-07-30 17:01:10 +0800 |
commit | 7d3ea821bd72686a17787ec09c56a41cb3e16d84 (patch) | |
tree | e36dea14b0a47bc6cc7031838dc46921991898c6 /sysutils/lsof | |
parent | 877c2cd05b998de2cbac48ea858707eff158cd22 (diff) | |
download | freebsd-ports-gnome-7d3ea821bd72686a17787ec09c56a41cb3e16d84.tar.gz freebsd-ports-gnome-7d3ea821bd72686a17787ec09c56a41cb3e16d84.tar.zst freebsd-ports-gnome-7d3ea821bd72686a17787ec09c56a41cb3e16d84.zip |
- Cosmetic fixes
- Update WWW
Approved by: portmgr blanket
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 8 | ||||
-rw-r--r-- | sysutils/lsof/pkg-descr | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 595ee802a660..0a6521331801 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -24,10 +24,10 @@ DISTNAME= ${PORTNAME}_${DISTVERSION}${DISTNAME_SUFFIX} MAINTAINER= ler@FreeBSD.org COMMENT= Lists information about open files (similar to fstat(1)) -LICENSE=lsof -LICENSE_NAME=lsof -LICENSE_FILE=${FILESDIR}/LICENSE -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE= lsof +LICENSE_NAME= lsof +LICENSE_FILE= ${FILESDIR}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BROKEN_powerpc64= fails to compile: sys/pcpu.h: error: size of array '__assert_0' is negative diff --git a/sysutils/lsof/pkg-descr b/sysutils/lsof/pkg-descr index e440d282e259..379f68f241e5 100644 --- a/sysutils/lsof/pkg-descr +++ b/sysutils/lsof/pkg-descr @@ -6,4 +6,4 @@ socket). See also fstat(1) in the base system. -WWW: http://people.freebsd.org/~abe/ +WWW: https://people.freebsd.org/~abe/ |