diff --git a/sysutils/topless/Makefile b/sysutils/topless/Makefile index bce8a57a6bf0..cadd3bb77196 100644 --- a/sysutils/topless/Makefile +++ b/sysutils/topless/Makefile @@ -4,13 +4,16 @@ PORTNAME= topless PORTVERSION= 1.52 CATEGORIES= sysutils -MASTER_SITES= http://people.freebsd.org/~daichi/src/ +MASTER_SITES= https://people.freebsd.org/~daichi/src/ MAINTAINER= koma2@lovepeers.org COMMENT= Display command output on the whole screen like "top" +LICENSE= BSD2CLAUSE + USES= perl5 USE_PERL5= build +NO_ARCH= yes PLIST_FILES= bin/topless man/man1/topless.1.gz diff --git a/sysutils/topless/files/patch-Makefile b/sysutils/topless/files/patch-Makefile index a911131ec01f..0c093d2d2957 100644 --- a/sysutils/topless/files/patch-Makefile +++ b/sysutils/topless/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig 2014-06-29 23:25:53.573437041 +0800 -+++ Makefile 2014-06-29 23:26:20.982465783 +0800 +--- Makefile.orig 2005-12-21 00:46:49 UTC ++++ Makefile @@ -33,12 +33,12 @@ ${MAN1}: ${POD} ${POD2MAN} -c "${POD_CENTER}" -r "${POD_RELEASE}" ${POD} > ${MAN1} diff --git a/sysutils/topless/pkg-descr b/sysutils/topless/pkg-descr index 56017d940323..eb2999b29845 100644 --- a/sysutils/topless/pkg-descr +++ b/sysutils/topless/pkg-descr @@ -5,4 +5,4 @@ TOPLESS can be used with almost every sort of command, but is particularly useful when used with the command to monitor the system, such as "ps", "netstat" or "fstat". -WWW: http://people.freebsd.org/~daichi/ +WWW: https://people.freebsd.org/~daichi/