aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-12 04:56:21 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-12 04:56:21 +0000
commit19e38c2e9f0410723cc1a29649f9ab578bae6e85 (patch)
tree66898ce3ab32f0acd73aed95afc2fd553e9edb99 /misc
parent7303a651412f794e300334fae502c1e12ca9da58 (diff)
downloadports-19e38c2e9f0410723cc1a29649f9ab578bae6e85.tar.gz
ports-19e38c2e9f0410723cc1a29649f9ab578bae6e85.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/less/Makefile10
-rw-r--r--misc/screen/Makefile11
2 files changed, 14 insertions, 7 deletions
diff --git a/misc/less/Makefile b/misc/less/Makefile
index 9b141c1aaf07..fc4d4b81a855 100644
--- a/misc/less/Makefile
+++ b/misc/less/Makefile
@@ -3,13 +3,17 @@
# Date created: 8 Nov 1994
# Whom: ache
#
-# $Id: Makefile,v 1.6 1995/04/01 12:50:14 jkh Exp $
+# $Id: Makefile,v 1.7 1995/04/08 13:54:29 ache Exp $
#
DISTNAME= less-290
-MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ ftp://ftp.uu.net/systems/gnu/
CATEGORIES+= utilities
-GNU_CONFIGURE= YES
+MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ ftp://ftp.uu.net/systems/gnu/
+
+MAINTAINER= ache@FreeBSD.ORG
+
+GNU_CONFIGURE= yes
+
EXTRA_PATCH= patch-ab
color:
diff --git a/misc/screen/Makefile b/misc/screen/Makefile
index 8f702c27047f..34a07ee7f290 100644
--- a/misc/screen/Makefile
+++ b/misc/screen/Makefile
@@ -3,13 +3,16 @@
# Date created: 25 Nov 1994
# Whom: ache
#
-# $Id: Makefile,v 1.6 1995/01/18 01:29:35 ache Exp $
+# $Id: Makefile,v 1.7 1995/04/01 12:50:31 jkh Exp $
#
DISTNAME= screen-3.6.1
-NCFTPFLAGS= -PN
-MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/
CATEGORIES+= utilities
-GNU_CONFIGURE= YES
+MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/
+
+MAINTAINER= ache@FreeBSD.ORG
+
+GNU_CONFIGURE= yes
+NCFTPFLAGS= -PN
.include <bsd.port.mk>