summaryrefslogtreecommitdiff
path: root/irc/zircon
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-12-01 01:23:27 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-12-01 01:23:27 +0000
commit49f337d203a35b330e9816734307eae928c9ad22 (patch)
tree9c7a58bc72f073465ca4da2b58638cc25beb2f62 /irc/zircon
parentCleaned up post-install target. (diff)
General Makefile cleanup
Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc...
Notes
Notes: svn path=/head/; revision=4738
Diffstat (limited to 'irc/zircon')
-rw-r--r--irc/zircon/Makefile6
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>