MODULES is prefered to CONFIGURE_SCRIPT, undo last changes, asked by espie@

This commit is contained in:
couderc 2005-01-02 23:33:09 +00:00
parent 0d55430596
commit 65e3096063
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#-*- mode: Makefile; tab-width: 4; -*-
# ex:ts=4 sw=4 filetype=make:
# $OpenBSD: bsd.port.mk,v 1.674 2005/01/02 20:54:02 couderc Exp $
# $OpenBSD: bsd.port.mk,v 1.675 2005/01/02 23:33:09 couderc Exp $
# $FreeBSD: bsd.port.mk,v 1.264 1996/12/25 02:27:44 imp Exp $
# $NetBSD: bsd.port.mk,v 1.62 1998/04/09 12:47:02 hubertf Exp $
#
@ -549,7 +549,7 @@ INSTALL_TARGET?= install
FAKE_TARGET ?= ${INSTALL_TARGET}
.for _i in perl gnu imake pmk
.for _i in perl gnu imake
. if ${CONFIGURE_STYLE:L:M${_i}}
MODULES+=${_i}
. endif

View File

@ -1 +0,0 @@
.include "${PORTSDIR}/devel/pmk/pmk.port.mk"