diff options
author | taca <taca> | 2004-11-28 07:31:12 +0000 |
---|---|---|
committer | taca <taca> | 2004-11-28 07:31:12 +0000 |
commit | 0ad977e49c46c0d246a87f180e5b8f84c440c0bf (patch) | |
tree | 42aaaf48a7c6bc4a270d521b611b74d3be4eda31 /net | |
parent | 8dabbb2975a635509ae0c10b115ac22e4e771df0 (diff) | |
download | pkgsrc-0ad977e49c46c0d246a87f180e5b8f84c440c0bf.tar.gz |
Prevent use DIST_SUBDIR keeping use previous distfiles.
Diffstat (limited to 'net')
-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 |