diff options
author | tron <tron@pkgsrc.org> | 1998-11-22 11:37:19 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-11-22 11:37:19 +0000 |
commit | ba29c45f7a4468713507fe6ea37075ac3fd0c1dd (patch) | |
tree | 40827b7cbe91b28e9c5cb64c3b9b9df161d42279 /net/tkicb | |
parent | 56d7760135c2e0fbbbe8bb140b21ba6e57012f50 (diff) | |
download | pkgsrc-ba29c45f7a4468713507fe6ea37075ac3fd0c1dd.tar.gz |
No need to use "${DIST_SUBDIR}" here.
Diffstat (limited to 'net/tkicb')
-rw-r--r-- | net/tkicb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/tkicb/Makefile b/net/tkicb/Makefile index 73c8f56666f..12abf171db3 100644 --- a/net/tkicb/Makefile +++ b/net/tkicb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/11/20 17:27:20 tsarna Exp $ +# $NetBSD: Makefile,v 1.4 1998/11/22 11:37:19 tron Exp $ # DISTNAME= icb.2.1.4 @@ -12,7 +12,6 @@ HOMEPAGE= http://www.icb.net/ DEPENDS= tk-8.0p2:../../x11/tk80 -DIST_SUBDIR= tkicb NO_PATCH= yes NO_CONFIGURE= yes NO_WRKSUBDIR= yes |