diff options
author | grant <grant@pkgsrc.org> | 2004-04-14 17:33:38 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-04-14 17:33:38 +0000 |
commit | 72a6bfc4de731fa53a2c9f35bd52198dc6651f73 (patch) | |
tree | 2a9ce55696faa6fce643d780619aa288bf3909a3 /chat/ircII | |
parent | 10ba12562ee687cb2f035171460e3451744670c7 (diff) | |
download | pkgsrc-72a6bfc4de731fa53a2c9f35bd52198dc6651f73.tar.gz |
s,/etc/mk.conf,${MAKECONF}, in a comment.
Diffstat (limited to 'chat/ircII')
-rw-r--r-- | chat/ircII/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index 5254883c3f4..51dc9eb13b9 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2004/02/21 22:06:37 snj Exp $ +# $NetBSD: Makefile,v 1.35 2004/04/14 17:33:38 grant Exp $ DISTNAME= ircii-${VERS} PKGNAME= ircII-${VERS} @@ -48,7 +48,7 @@ CONFIGURE_ARGS+= --with-socks5=${BUILDLINK_PREFIX.socks5} . endif .endif -# Allow customizations from /etc/mk.conf. +# Allow customizations from ${MAKECONF} CONFIGURE_ARGS+= ${IRCII_CONFIGURE_ARGS} CONFIGURE_ENV+= ${IRCII_CONFIGURE_ENV} |