mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add LICENSE
- Add NO_ARCH - Update WWW - Regenerate patch Approved by: portmgr blanket
This commit is contained in:
parent
fb4f0d9341
commit
10411d8ccc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446513
3 changed files with 7 additions and 4 deletions
|
@ -4,13 +4,16 @@
|
||||||
PORTNAME= topless
|
PORTNAME= topless
|
||||||
PORTVERSION= 1.52
|
PORTVERSION= 1.52
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= http://people.freebsd.org/~daichi/src/
|
MASTER_SITES= https://people.freebsd.org/~daichi/src/
|
||||||
|
|
||||||
MAINTAINER= koma2@lovepeers.org
|
MAINTAINER= koma2@lovepeers.org
|
||||||
COMMENT= Display command output on the whole screen like "top"
|
COMMENT= Display command output on the whole screen like "top"
|
||||||
|
|
||||||
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
PLIST_FILES= bin/topless man/man1/topless.1.gz
|
PLIST_FILES= bin/topless man/man1/topless.1.gz
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- Makefile.orig 2014-06-29 23:25:53.573437041 +0800
|
--- Makefile.orig 2005-12-21 00:46:49 UTC
|
||||||
+++ Makefile 2014-06-29 23:26:20.982465783 +0800
|
+++ Makefile
|
||||||
@@ -33,12 +33,12 @@ ${MAN1}: ${POD}
|
@@ -33,12 +33,12 @@ ${MAN1}: ${POD}
|
||||||
${POD2MAN} -c "${POD_CENTER}" -r "${POD_RELEASE}" ${POD} > ${MAN1}
|
${POD2MAN} -c "${POD_CENTER}" -r "${POD_RELEASE}" ${POD} > ${MAN1}
|
||||||
|
|
||||||
|
|
|
@ -5,4 +5,4 @@ TOPLESS can be used with almost every sort of command,
|
||||||
but is particularly useful when used with the command
|
but is particularly useful when used with the command
|
||||||
to monitor the system, such as "ps", "netstat" or "fstat".
|
to monitor the system, such as "ps", "netstat" or "fstat".
|
||||||
|
|
||||||
WWW: http://people.freebsd.org/~daichi/
|
WWW: https://people.freebsd.org/~daichi/
|
||||||
|
|
Loading…
Add table
Reference in a new issue