diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 2001-03-18 03:07:17 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 2001-03-18 03:07:17 +0000 |
commit | 8f5960a387d1edaf0a5c4aea59878a50cb7dff49 (patch) | |
tree | 96c448ae8ba9023a13e50fc3a9be5db12e56546b /net/cvsupit/Makefile | |
parent | Unjoin 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.
Diffstat (limited to 'net/cvsupit/Makefile')
-rw-r--r-- | net/cvsupit/Makefile | 2 |
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 |