From f1e74e1db93569610a071414d15a59f6b5629df8 Mon Sep 17 00:00:00 2001 From: marc Date: Thu, 25 Mar 1999 02:09:36 +0000 Subject: [PATCH] Fix configure step; remove non-functional SEPARATE_BUILD --- misc/screen/Makefile | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/misc/screen/Makefile b/misc/screen/Makefile index d90a6b9f613..88ea559a63e 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,22 +1,22 @@ -# OpenBSD makefile for: screen -# Version required: 3.7.6 -# Date created: 17 November 1997 -# Whom: gene -# -# $OpenBSD: Makefile,v 1.7 1999/03/07 01:39:00 brad Exp $ +# $OpenBSD: Makefile,v 1.8 1999/03/25 02:09:36 marc Exp $ # DISTNAME= screen-3.7.6 CATEGORIES= misc + +MAINTAINER= marc@OpenBSD.ORG + MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \ ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= screen -MAINTAINER= gene@OpenBSD.ORG - -SEPARATE_BUILD=yes -GNU_CONFIGURE= yes -MAN1= screen.1 +# The autoconf.in files are too old to use the latest autoconf and +# without the latest autoconf we cant say "GNU_CONFIGURE" because +# configure doesn't know about sysconfdir. So we do it this way +# instead +# +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} post-install: @if [ ! -f ${PREFIX}/info/dir ]; then \