diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-17 07:35:17 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-17 07:35:17 +0000 |
commit | adb459f15cb35dab65de0834195cd1c78d0f944b (patch) | |
tree | c29d4259854f0ed1d4c053ca9fd09b25d6498b0d | |
parent | Don't touch makefile and use gmake instead (diff) |
Upgrade.
Notes
Notes:
svn path=/head/; revision=585
-rw-r--r-- | misc/screen/Makefile | 8 | ||||
-rw-r--r-- | misc/screen/pkg-plist | 2 | ||||
-rw-r--r-- | sysutils/screen/Makefile | 8 | ||||
-rw-r--r-- | sysutils/screen/pkg-plist | 2 |
4 files changed, 10 insertions, 10 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile index b1d34c264613..0164185c227b 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: screen -# Version required: 3.5.17beta +# Version required: 3.5.18beta # Date created: 25 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.2 1994/12/02 01:10:10 ache Exp $ +# $Id: Makefile,v 1.3 1994/12/11 23:58:15 ache Exp $ # -DISTNAME= screen-3.5.17beta +DISTNAME= screen-3.5.18beta NCFTPFLAGS= -PN MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ GNU_CONFIGURE= YES -WRKSRC= ${WRKDIR}/screen-3.5.17 +WRKSRC= ${WRKDIR}/screen-3.5.18 .include <bsd.port.mk> diff --git a/misc/screen/pkg-plist b/misc/screen/pkg-plist index 6499a6d6df98..29d82c8e9d15 100644 --- a/misc/screen/pkg-plist +++ b/misc/screen/pkg-plist @@ -1,4 +1,4 @@ @cwd /usr/local bin/screen -bin/screen-3.5.17 +bin/screen-3.5.18 man/man1/screen.1 diff --git a/sysutils/screen/Makefile b/sysutils/screen/Makefile index b1d34c264613..0164185c227b 100644 --- a/sysutils/screen/Makefile +++ b/sysutils/screen/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: screen -# Version required: 3.5.17beta +# Version required: 3.5.18beta # Date created: 25 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.2 1994/12/02 01:10:10 ache Exp $ +# $Id: Makefile,v 1.3 1994/12/11 23:58:15 ache Exp $ # -DISTNAME= screen-3.5.17beta +DISTNAME= screen-3.5.18beta NCFTPFLAGS= -PN MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ GNU_CONFIGURE= YES -WRKSRC= ${WRKDIR}/screen-3.5.17 +WRKSRC= ${WRKDIR}/screen-3.5.18 .include <bsd.port.mk> diff --git a/sysutils/screen/pkg-plist b/sysutils/screen/pkg-plist index 6499a6d6df98..29d82c8e9d15 100644 --- a/sysutils/screen/pkg-plist +++ b/sysutils/screen/pkg-plist @@ -1,4 +1,4 @@ @cwd /usr/local bin/screen -bin/screen-3.5.17 +bin/screen-3.5.18 man/man1/screen.1 |