diff options
author | tron <tron@pkgsrc.org> | 1998-02-17 23:54:23 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-02-17 23:54:23 +0000 |
commit | b949ee0c791bc6815b77bf8535ff32d4b81ccac2 (patch) | |
tree | 47fd12c3ab5373e09178ec033cbcc2a2f936502a /comms | |
parent | 5f454f46b802cb24e6014c101c3987eeb89ae6f9 (diff) | |
download | pkgsrc-b949ee0c791bc6815b77bf8535ff32d4b81ccac2.tar.gz |
Add "IS_INTERACTIVE= yes".
Diffstat (limited to 'comms')
-rw-r--r-- | comms/minicom/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index 42f5af9ba5c..ebc34e62449 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -4,7 +4,7 @@ # Date created: Fri Dec 01, 1995 # Whom: obrien@cs.ucdavis.edu # -# $NetBSD: Makefile,v 1.2 1998/02/11 22:04:29 tron Exp $ +# $NetBSD: Makefile,v 1.3 1998/02/17 23:54:23 tron Exp $ # $FreeBSD Id: Makefile,v 1.13 1998/01/03 10:58:40 obrien Exp # @@ -20,6 +20,8 @@ RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz \ kermit:${PORTSDIR}/comms/kermit WRKSRC= ${WRKDIR}/${PKGNAME}/src +IS_INTERACTIVE= yes + MAN1= minicom.1 runscript.1 ascii-xfr.1 .if !defined(BATCH) |