aboutsummaryrefslogtreecommitdiffstats
path: root/misc/display
diff options
context:
space:
mode:
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);
- }