diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-01 01:23:27 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-01 01:23:27 +0000 |
commit | 49f337d203a35b330e9816734307eae928c9ad22 (patch) | |
tree | 9c7a58bc72f073465ca4da2b58638cc25beb2f62 /irc/zircon | |
parent | 6d580f890eb4727a42408434bf4f406ab5e13f22 (diff) | |
download | ports-49f337d203a35b330e9816734307eae928c9ad22.tar.gz ports-49f337d203a35b330e9816734307eae928c9ad22.zip |
Notes
Diffstat (limited to 'irc/zircon')
-rw-r--r-- | irc/zircon/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile index 2a75dd7dca52..876d6ecc8379 100644 --- a/irc/zircon/Makefile +++ b/irc/zircon/Makefile @@ -3,13 +3,15 @@ # Date created: 19 Aug 1995 # Whom: jkh / pst # -# $Id: Makefile,v 1.8 1996/08/17 11:07:53 peter Exp $ +# $Id: Makefile,v 1.9 1996/11/18 11:37:27 asami Exp $ # DISTNAME= zircon-1.17p3 CATEGORIES= net MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ +MAINTAINER= jkh@FreeBSD.org + # # You can define USE_DPWISH if you want to run under the older # tcl7.3/tk3.6/tclDP code. The author strongly reccomends using @@ -36,6 +38,6 @@ MAKE_ENV+= TCLSH=tclsh7.5 MAKEFILE= Makefile.FreeBSD pre-patch: - cp ${WRKSRC}/Makefile.Linux ${WRKSRC}/Makefile.FreeBSD + ${CP} ${WRKSRC}/Makefile.Linux ${WRKSRC}/Makefile.FreeBSD .include <bsd.port.mk> |