diff options
author | taca <taca@pkgsrc.org> | 2004-11-28 07:31:12 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2004-11-28 07:31:12 +0000 |
commit | 77d3a07f00c11148a1aadea8a215883825068eb4 (patch) | |
tree | 42aaaf48a7c6bc4a270d521b611b74d3be4eda31 /net/dctc | |
parent | 6be99e87a7a4ae64cf17bd457499356df6104bcc (diff) | |
download | pkgsrc-77d3a07f00c11148a1aadea8a215883825068eb4.tar.gz |
Prevent use DIST_SUBDIR keeping use previous distfiles.
Diffstat (limited to 'net/dctc')
-rw-r--r-- | net/dctc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dctc/Makefile b/net/dctc/Makefile index 096f2226742..ef108d0747c 100644 --- a/net/dctc/Makefile +++ b/net/dctc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/10/03 00:17:50 tv Exp $ +# $NetBSD: Makefile,v 1.23 2004/11/28 07:31:12 taca Exp $ # DISTNAME= dctc-0.85.4 @@ -16,6 +16,7 @@ USE_BUILDLINK3= YES CONFIGURE_ARGS+= --enable-manual-db-detect USE_PERL5= YES USE_GNU_TOOLS+= make +RUBY_DIST_SUBDIR= # empty CPPFLAGS+= -I${BUILDLINK_PREFIX.db4}/include/db4 |