diff options
author | jwise <jwise@pkgsrc.org> | 2000-08-29 20:23:58 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-08-29 20:23:58 +0000 |
commit | faeeab4d350ecd58856082ea9cb0c2746b3853b0 (patch) | |
tree | 9a8b477a5afa1d2ea0a173f4e172432fca5198fc /lang/tcl/Makefile | |
parent | 68a539b3b52291d721eba9faa49b36e66527d66c (diff) | |
download | pkgsrc-faeeab4d350ecd58856082ea9cb0c2746b3853b0.tar.gz |
Restore RCS Id accidentally lost from a patch, and make this conflict with
tclman80-*, as this package installs tcl and it's documentation.
Diffstat (limited to 'lang/tcl/Makefile')
-rw-r--r-- | lang/tcl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile index 130c1b19610..9deb7d71a49 100644 --- a/lang/tcl/Makefile +++ b/lang/tcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/08/24 19:53:32 jwise Exp $ +# $NetBSD: Makefile,v 1.2 2000/08/29 20:23:58 jwise Exp $ # DISTNAME= tcl8.3.2 @@ -9,6 +9,8 @@ MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_3/ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://www.tcltk.com/ +CONFLICTS+= tclman80-* + WRKSRC= ${WRKDIR}/${DISTNAME}/unix GNU_CONFIGURE= yes |