diff options
author | hwr <hwr@pkgsrc.org> | 1999-06-15 18:34:26 +0000 |
---|---|---|
committer | hwr <hwr@pkgsrc.org> | 1999-06-15 18:34:26 +0000 |
commit | 30ffe10eec480a3165acbbe27d7d11d0c39133ca (patch) | |
tree | d9b0d8d84f696748e7d2bdbfc68dbf852f077969 /net | |
parent | a46764a41f6613c9215f3f6d61552fee9d0a8e08 (diff) | |
download | pkgsrc-30ffe10eec480a3165acbbe27d7d11d0c39133ca.tar.gz |
This has an interactive install script. Tell the Makefile so.
Pointed out by Matthias Scheler.
Diffstat (limited to 'net')
-rw-r--r-- | net/sendfile/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/sendfile/Makefile b/net/sendfile/Makefile index 4051a8b3459..241c945d33a 100644 --- a/net/sendfile/Makefile +++ b/net/sendfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/06/06 17:08:36 hwr Exp $ +# $NetBSD: Makefile,v 1.2 1999/06/15 18:34:26 hwr Exp $ # DISTNAME= sendfile-2.1 @@ -8,6 +8,8 @@ MASTER_SITES= ftp://ftp.uni-stuttgart.de/pub/unix/comm/sendfile/current/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.belwue.de/aktivitaeten/projekte/saft/ +IS_INTERACTIVE= yes + WRKSRC= ${WRKDIR}/${DISTNAME} .include "../../mk/bsd.pkg.mk" |