summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorhwr <hwr>1999-06-15 18:34:26 +0000
committerhwr <hwr>1999-06-15 18:34:26 +0000
commit83e12b14a92499da893085f9f5eb96252accea38 (patch)
treed9b0d8d84f696748e7d2bdbfc68dbf852f077969 /net
parent2085cd5ff4880b4b9372da02124a564af8968114 (diff)
downloadpkgsrc-83e12b14a92499da893085f9f5eb96252accea38.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/Makefile4
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"