aboutsummaryrefslogtreecommitdiff
path: root/sysutils/screen/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-13 03:28:04 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-13 03:28:04 +0000
commiteedb2a465c51af72e969bf19dec9cbb5f55b9da1 (patch)
treeeac80ae56f5c8aafc1c7537f541d34b9dd0c2ec1 /sysutils/screen/Makefile
parent2f9f9b16c83950bd2f652d26f99a1fa338471839 (diff)
downloadports-eedb2a465c51af72e969bf19dec9cbb5f55b9da1.tar.gz
ports-eedb2a465c51af72e969bf19dec9cbb5f55b9da1.zip
Added patch to remove warning during startup.
(also use INFO files feature) PR: ports/57028 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Approved by: cy@ temp absence note
Notes
Notes: svn path=/head/; revision=90978
Diffstat (limited to 'sysutils/screen/Makefile')
-rw-r--r--sysutils/screen/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/screen/Makefile b/sysutils/screen/Makefile
index 8b141ffb83d9..3a61402bf81c 100644
--- a/sysutils/screen/Makefile
+++ b/sysutils/screen/Makefile
@@ -7,6 +7,7 @@
PORTNAME= screen
PORTVERSION= 4.0.1
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
${MASTER_SITE_GNU}
@@ -17,6 +18,7 @@ COMMENT= A multi-screen window manager
GNU_CONFIGURE= yes
MAN1= screen.1
+INFO= screen
.include <bsd.port.pre.mk>