CONFIG_STATUS_OVERRIDE is the default in bsd.pkg.mk, so no need for these
definitions here.
This commit is contained in:
parent
f598249781
commit
19e040b6dc
4 changed files with 4 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.10 2004/02/13 17:29:20 jlam Exp $
|
||||
# $NetBSD: Makefile.common,v 1.11 2004/02/14 13:55:19 jlam Exp $
|
||||
#
|
||||
|
||||
DISTNAME= SDL-1.2.6
|
||||
|
@ -15,7 +15,6 @@ PATCHDIR= ${.CURDIR}/../../devel/SDL/patches
|
|||
USE_BUILDLINK3= YES
|
||||
USE_X11= YES
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIG_STATUS_OVERRIDE= config.status
|
||||
USE_GNU_TOOLS+= make
|
||||
USE_LANGUAGES= c c++
|
||||
PTHREAD_OPTS+= require
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.48 2004/02/12 08:55:33 seb Exp $
|
||||
# $NetBSD: Makefile,v 1.49 2004/02/14 13:55:19 jlam Exp $
|
||||
|
||||
DISTNAME= texinfo-4.6
|
||||
PKGNAME= g${DISTNAME}
|
||||
|
@ -16,7 +16,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|||
USE_BUILDLINK3= yes
|
||||
USE_PKGLOCALEDIR= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIG_STATUS_OVERRIDE= config.status
|
||||
|
||||
INFO_FILES= info-stnd.info info.info texinfo
|
||||
TEST_TARGET= check
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2004/02/12 19:06:39 seb Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2004/02/14 13:55:19 jlam Exp $
|
||||
#
|
||||
|
||||
DISTNAME= genecys-0.1
|
||||
|
@ -17,7 +17,6 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_DIRS= ${WRKSRC}/common ${WRKSRC}/client
|
||||
BUILD_DIRS= ${WRKSRC}/common ${WRKSRC}/client
|
||||
LIBS+= -lm
|
||||
CONFIG_STATUS_OVERRIDE= common/config.status client/config.status
|
||||
CONFIGURE_ARGS+= --with-cal3d=${BUILDLINK_PREFIX.cal3d}
|
||||
CONFIGURE_ARGS+= --with-openrm=${BUILDLINK_PREFIX.OpenRM}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.15 2004/02/14 07:45:36 jlam Exp $
|
||||
# $NetBSD: Makefile.common,v 1.16 2004/02/14 13:55:19 jlam Exp $
|
||||
#
|
||||
# This Makefile fragment should be included _below_ any SASL_PLUGIN
|
||||
# definition and _above_ any CONFIGURE_ARGS definitions.
|
||||
|
@ -28,9 +28,7 @@ DEFAULT_VIEW.${PKGBASE}= ${DEFAULT_VIEW.cyrus-sasl}
|
|||
|
||||
USE_BUILDLINK3= YES
|
||||
USE_PKGINSTALL= YES
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIG_STATUS_OVERRIDE= config.status
|
||||
|
||||
USE_LIBTOOL= YES
|
||||
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
||||
|
|
Loading…
Reference in a new issue