diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-14 13:55:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-14 13:55:19 +0000 |
commit | 19e040b6dc20aa61054be5f5661161fc8677d653 (patch) | |
tree | 6c5bd96e28ecd2efae9a07076c0550ede8b075cb /devel | |
parent | f5982497818671b333a8d5d594afebbd03dbbeab (diff) | |
download | pkgsrc-19e040b6dc20aa61054be5f5661161fc8677d653.tar.gz |
CONFIG_STATUS_OVERRIDE is the default in bsd.pkg.mk, so no need for these
definitions here.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/SDL/Makefile.common | 3 | ||||
-rw-r--r-- | devel/gtexinfo/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/devel/SDL/Makefile.common b/devel/SDL/Makefile.common index 157a68c1b5e..ad9e8db9be4 100644 --- a/devel/SDL/Makefile.common +++ b/devel/SDL/Makefile.common @@ -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 diff --git a/devel/gtexinfo/Makefile b/devel/gtexinfo/Makefile index 3486f2f7f72..d5723397a51 100644 --- a/devel/gtexinfo/Makefile +++ b/devel/gtexinfo/Makefile @@ -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 |