diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-13 09:58:45 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-13 09:58:45 +0000 |
commit | 47383abeba7b838d80dd17e2434691422eaf2b1c (patch) | |
tree | c9f83efe8f88158eb76b29cec83861794d9e8000 | |
parent | 85548a5356c36095fb1a1486696e54ff53c5a093 (diff) | |
download | FreeBSD-ports-47383abeba7b838d80dd17e2434691422eaf2b1c.zip FreeBSD-ports-47383abeba7b838d80dd17e2434691422eaf2b1c.tar.gz |
while we're at it, also remove the pkg-comment
-rw-r--r-- | sysutils/cotty/Makefile | 1 | ||||
-rw-r--r-- | sysutils/cotty/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/cotty/Makefile b/sysutils/cotty/Makefile index 282ef5b..41f169d 100644 --- a/sysutils/cotty/Makefile +++ b/sysutils/cotty/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://www.breuninger.org/files/distfiles/ EXTRACT_SUFX= .c.gz MAINTAINER= ob@breuninger.org +COMMENT= Simple command-line pseudo terminal manager NO_WRKSUBDIR= yes EXTRACT_CMD= ${GZCAT} diff --git a/sysutils/cotty/pkg-comment b/sysutils/cotty/pkg-comment deleted file mode 100644 index 132f0e6e9..0000000 --- a/sysutils/cotty/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Simple command-line pseudo terminal manager |