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 | |
parent | 6d580f890eb4727a42408434bf4f406ab5e13f22 (diff) | |
download | ports-49f337d203a35b330e9816734307eae928c9ad22.tar.gz ports-49f337d203a35b330e9816734307eae928c9ad22.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/irc/Makefile | 4 | ||||
-rw-r--r-- | irc/zircon/Makefile | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/irc/irc/Makefile b/irc/irc/Makefile index 938af98c1429..289c3d9a8865 100644 --- a/irc/irc/Makefile +++ b/irc/irc/Makefile @@ -3,7 +3,7 @@ # Date created: 23 August 1994 # Whom: torstenb # -# $Id: Makefile,v 1.10 1996/06/14 08:52:47 asami Exp $ +# $Id: Makefile,v 1.11 1996/11/18 11:35:01 asami Exp $ # DISTNAME= irc2.8.21 @@ -21,6 +21,6 @@ RESTRICTED= "No redistribution allowed." MAN8= ircd.8 pre-install: - mkdir -p ${PREFIX}/lib/ircd + @{MKDIR} ${PREFIX}/lib/ircd .include <bsd.port.mk> 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> |