summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1996-12-30 21:26:52 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1996-12-30 21:26:52 +0000
commitb6b0521b76ce19b43ea8115deb99ad7618bce45c (patch)
treee071b7b2ffbcc86f3c4a5ce4d8792dd05d86f05e /irc
parentPut files that cannot be found on any ftp site to LOCAL_PORTS and add (diff)
{MKDIR} -> ${MKDIR}
Notes
Notes: svn path=/head/; revision=5138
Diffstat (limited to 'irc')
-rw-r--r--irc/irc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/irc/Makefile b/irc/irc/Makefile
index 31fff672365e..11a590e9ccb3 100644
--- a/irc/irc/Makefile
+++ b/irc/irc/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 August 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.12 1996/12/01 01:22:50 obrien Exp $
+# $Id: Makefile,v 1.13 1996/12/08 01:44:58 max Exp $
#
DISTNAME= irc2.8.21
@@ -21,6 +21,6 @@ RESTRICTED= "No redistribution allowed"
MAN8= ircd.8
pre-install:
- @{MKDIR} ${PREFIX}/lib/ircd
+ @${MKDIR} ${PREFIX}/lib/ircd
.include <bsd.port.mk>