Fix configure step; remove non-functional SEPARATE_BUILD

This commit is contained in:
marc 1999-03-25 02:09:36 +00:00
parent 7fd6de0952
commit f1e74e1db9

View File

@ -1,22 +1,22 @@
# OpenBSD makefile for: screen # $OpenBSD: Makefile,v 1.8 1999/03/25 02:09:36 marc Exp $
# 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 $
# #
DISTNAME= screen-3.7.6 DISTNAME= screen-3.7.6
CATEGORIES= misc CATEGORIES= misc
MAINTAINER= marc@OpenBSD.ORG
MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \ MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
${MASTER_SITE_GNU} ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= screen MASTER_SITE_SUBDIR= screen
MAINTAINER= gene@OpenBSD.ORG # The autoconf.in files are too old to use the latest autoconf and
# without the latest autoconf we cant say "GNU_CONFIGURE" because
SEPARATE_BUILD=yes # configure doesn't know about sysconfdir. So we do it this way
GNU_CONFIGURE= yes # instead
MAN1= screen.1 #
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
post-install: post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \ @if [ ! -f ${PREFIX}/info/dir ]; then \