aboutsummaryrefslogtreecommitdiff
path: root/misc/display
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2001-08-21 14:53:00 +0000
committerPeter Pentchev <roam@FreeBSD.org>2001-08-21 14:53:00 +0000
commit8ef3a7361e69a0d0d90e7904fad7799792258a57 (patch)
treee7669a43d3ccc98f5838eee3ca7daafecd116530 /misc/display
parentdfac2e704f436eeb6f07af9debb43a58b99254e7 (diff)
downloadports-8ef3a7361e69a0d0d90e7904fad7799792258a57.tar.gz
ports-8ef3a7361e69a0d0d90e7904fad7799792258a57.zip
Notes
Diffstat (limited to 'misc/display')
-rw-r--r--misc/display/Makefile1
-rw-r--r--misc/display/files/patch-aa8
2 files changed, 1 insertions, 8 deletions
diff --git a/misc/display/Makefile b/misc/display/Makefile
index 6b0724375c3a..69bb7ace889f 100644
--- a/misc/display/Makefile
+++ b/misc/display/Makefile
@@ -7,6 +7,7 @@
PORTNAME= display
PORTVERSION= 1.1
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.ipsmart.com/src/
EXTRACT_SUFX= .tgz
diff --git a/misc/display/files/patch-aa b/misc/display/files/patch-aa
index d99fef33c821..6823c68c90bc 100644
--- a/misc/display/files/patch-aa
+++ b/misc/display/files/patch-aa
@@ -35,11 +35,3 @@
char ch;
if (!(fp = popen(Command, "r"))) {
-@@ -83,7 +81,6 @@
- addch(ch);
- }
- clrtoeol();
-- clrtobot();
- refresh();
- pclose(fp);
- }