Remove traces of SCRIPTS_ENV
This commit is contained in:
parent
e1171a1d1c
commit
4ec0940ae1
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2006/10/16 10:01:55 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2006/11/03 17:01:10 espie Exp $
|
||||
|
||||
COMMENT= "programming language with generators, X11 and more"
|
||||
COMMENT-no_x11= "programming language with generators"
|
||||
@ -35,7 +35,6 @@ MAINTAINER= Marc Espie <espie@openbsd.org>
|
||||
FLAVORS= no_x11
|
||||
FLAVOR?=
|
||||
|
||||
SCRIPTS_ENV= ARCH="${MACHINE_ARCH}"
|
||||
MAKE_ENV= ARCH="${MACHINE_ARCH}"
|
||||
CONF_DIR= ${WRKSRC}/config/unix/openbsd
|
||||
ALL_TARGET= Icont Iconc
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2006/11/02 11:09:01 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2006/11/03 17:01:10 espie Exp $
|
||||
|
||||
# XXX crashes & hangs, to be dealt with
|
||||
NOT_FOR_ARCHS= powerpc m68k hppa arm sparc
|
||||
@ -28,7 +28,6 @@ LIB_DEPENDS= gdbm.::databases/gdbm
|
||||
|
||||
USE_X11= Yes
|
||||
|
||||
SCRIPTS_ENV= ARCH="${MACHINE_ARCH}"
|
||||
MAKE_ENV= ARCH="${MACHINE_ARCH}"
|
||||
CONF_DIR= ${WRKSRC}/config/unix/openbsd
|
||||
ALL_TARGET= Unicon
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2005/01/02 12:56:04 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2006/11/03 17:01:10 espie Exp $
|
||||
|
||||
COMMENT= "once-popular mail user agent"
|
||||
|
||||
@ -19,7 +19,6 @@ CONFIGURE_STYLE= simple
|
||||
CONFIGURE_SCRIPT= Configure
|
||||
CONFIGURE_ARGS+= -S -d
|
||||
CONFIGURE_ENV+= PREFIX='$${DESTDIR}${PREFIX}'
|
||||
SCRIPTS_ENV= OPSYS="${OPSYS}"
|
||||
|
||||
WRKDIST= ${WRKDIR}/elm2.4.ME+.66
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.41 2006/08/04 00:10:42 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.42 2006/11/03 17:01:10 espie Exp $
|
||||
|
||||
COMMENT= "themed window manager"
|
||||
|
||||
@ -48,11 +48,11 @@ MODULES= converters/libiconv \
|
||||
devel/gettext
|
||||
|
||||
post-configure:
|
||||
@cd ${WRKDIR}/${DOCS} && ${SETENV} ${CONFIGURE_ENV} ${SCRIPTS_ENV} \
|
||||
@cd ${WRKDIR}/${DOCS} && ${SETENV} ${CONFIGURE_ENV} \
|
||||
${SH} ./configure ${CONFIGURE_ARGS}
|
||||
@for i in ${THEMES}; do \
|
||||
cd ${WRKDIR}/$$i && \
|
||||
${SETENV} ${CONFIGURE_ENV} ${SCRIPTS_ENV} ${SH} \
|
||||
${SETENV} ${CONFIGURE_ENV} ${SH} \
|
||||
./configure ${CONFIGURE_ARGS}; \
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user