diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-07-13 15:46:59 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-07-13 15:46:59 +0000 |
commit | 718a945839fcd1e994ede2a34c989fe6047348d2 (patch) | |
tree | 3a5d90d74d262be1920adfc859174c99e67d892c | |
parent | 6cecc93a67a9988f9d246fcb4e2d71145592714a (diff) | |
download | pkgsrc-718a945839fcd1e994ede2a34c989fe6047348d2.tar.gz |
Add INTERACTIVE_STAGE=fetch to allow bulk-builds to skip this package
if the distfile is not on the local system. (Hello, Thomas!)
-rw-r--r-- | lang/jini/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/jini/Makefile b/lang/jini/Makefile index 5c1b20c9c0e..47171032eb8 100644 --- a/lang/jini/Makefile +++ b/lang/jini/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/07/04 15:41:32 jschauma Exp $ +# $NetBSD: Makefile,v 1.3 2002/07/13 15:46:59 jschauma Exp $ # DISTNAME= jini-1_2_1-src @@ -15,6 +15,7 @@ COMMENT= Suns Jini(tm) Technology Starter Kit # comment out if you have a kernel built using that revision ONLY_FOR_PLATFORM= NetBSD-1.5Z[D-Z]-* NetBSD-1.[6-9]*-* Linux-*-* +INTERACTIVE_STAGE=fetch LICENSE= scsl3-jini-tsa-1.0-license RESTRICTED= "Redistribution of repackaged binaries not permitted" NO_SRC_ON_CDROM=${RESTRICTED} |