summaryrefslogtreecommitdiff
path: root/net/cvsupit
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>2001-03-18 03:07:17 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>2001-03-18 03:07:17 +0000
commit8f5960a387d1edaf0a5c4aea59878a50cb7dff49 (patch)
tree96c448ae8ba9023a13e50fc3a9be5db12e56546b /net/cvsupit
parentUnjoin lines that were (accidentally?) joined in rev 1.3 (diff)
Make the interactive variable conditional since this port *isn't*
interactive if it's being made into a package.
Notes
Notes: svn path=/head/; revision=39993
Diffstat (limited to 'net/cvsupit')
-rw-r--r--net/cvsupit/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/cvsupit/Makefile b/net/cvsupit/Makefile
index da9b11af98d9..82ff8444a3c7 100644
--- a/net/cvsupit/Makefile
+++ b/net/cvsupit/Makefile
@@ -12,7 +12,9 @@ DISTFILES= #empty
MAINTAINER= jkh@FreeBSD.org
+.if !defined(PACKAGE_BUILDING)
IS_INTERACTIVE= 'Must configure cvsup server information'
+.endif
RUN_DEPENDS= cvsup:${PORTSDIR}/net/cvsup-bin