diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-04-16 06:34:20 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-04-16 06:34:20 +0800 |
commit | b34b81b7e37dd87cb4088d2973e752c44ece78f7 (patch) | |
tree | 7729becf01645f4023210744a75ec47b4840b1f5 /irc | |
parent | 540b8881b43cb3ba4c3cf3f38dd2e8835dea9f43 (diff) | |
download | freebsd-ports-gnome-b34b81b7e37dd87cb4088d2973e752c44ece78f7.tar.gz freebsd-ports-gnome-b34b81b7e37dd87cb4088d2973e752c44ece78f7.tar.zst freebsd-ports-gnome-b34b81b7e37dd87cb4088d2973e752c44ece78f7.zip |
removed IS_INTERACTIVE, so a package can now be build
Took maintainership
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> |