- remove SYSCONFDIR from SUBST_VARS

- remove part of the patch that overrides the all target and just fill in
ALL_TARGET
This commit is contained in:
brad 2000-09-06 00:28:05 +00:00
parent f0c8300c8c
commit c1cc00eb34
2 changed files with 7 additions and 14 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.30 2000/09/01 20:58:11 brad Exp $
# $OpenBSD: Makefile,v 1.31 2000/09/06 00:28:05 brad Exp $
VERSION= 3.9.8
DISTNAME= screen-${VERSION}
CATEGORIES= misc
NEED_VERSION= 1.322
NEED_VERSION= 1.324
MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/
HOMEPAGE= http://www.gnu.org/software/screen/
@ -15,11 +15,13 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
SUBST_VARS= SYSCONFDIR VERSION
SUBST_VARS= VERSION
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-sys-screenrc="${SYSCONFDIR}/screenrc"
ALL_TARGET= screen screen.info
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/screen
${INSTALL_DATA} ${WRKSRC}/etc/etcscreenrc \

View File

@ -1,5 +1,5 @@
--- Makefile.in.orig Fri Sep 1 14:43:54 2000
+++ Makefile.in Fri Sep 1 14:47:58 2000
--- Makefile.in.orig Fri Sep 1 12:07:26 2000
+++ Makefile.in Tue Sep 5 20:11:29 2000
@@ -7,6 +7,8 @@
srcdir = @srcdir@
VPATH = @srcdir@
@ -21,15 +21,6 @@
LIBS = @LIBS@
CPP=@CPP@
@@ -59,7 +61,7 @@
kmapdef.o acls.o braille.o braille_tsi.o logfile.o layer.o \
sched.o teln.o nethack.o
-all: screen
+all: screen screen.info
screen: $(OFILES)
$(CC) $(LDFLAGS) -o $@ $(OFILES) $(LIBS)
@@ -68,14 +70,14 @@
$(CC) -c -I. -I$(srcdir) $(M_CFLAGS) $(DEFS) $(OPTIONS) $(CFLAGS) $<