diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-04-15 22:34:20 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-04-15 22:34:20 +0000 |
commit | ec8c1be7fb5f6cfacc56acdad15179832e4c89a3 (patch) | |
tree | d0c62565f4159ec92133976f96809fc9b440811c /irc | |
parent | 868280fac3cc8c4e0d877e4ccd3e4cb07b36bc16 (diff) | |
download | ports-ec8c1be7fb5f6cfacc56acdad15179832e4c89a3.tar.gz ports-ec8c1be7fb5f6cfacc56acdad15179832e4c89a3.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/zircon/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile index 3b963584adab..4d98a8062480 100644 --- a/irc/zircon/Makefile +++ b/irc/zircon/Makefile @@ -10,14 +10,14 @@ PORTVERSION= 1.18.248 CATEGORIES= irc tk83 MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ -MAINTAINER= jseger@FreeBSD.org +MAINTAINER= dirk.meyer@dinoex.sub.org RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 -IS_INTERACTIVE= yes NO_BUILD= yes do-install: - (cd ${WRKSRC} && ./installZircon) + ${ECHO} "set go {Yes}" >>${WRKSRC}/install.in + (cd ${WRKSRC} && ./installZircon NoGui) .include <bsd.port.mk> |