diff options
author | jschauma <jschauma> | 2002-07-13 15:46:59 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2002-07-13 15:46:59 +0000 |
commit | 6629820b8bfbc78eecad6645e10bd2fc2446c428 (patch) | |
tree | 3a5d90d74d262be1920adfc859174c99e67d892c /lang/jini | |
parent | a1dee10f3a950849b837253486677102c78501f6 (diff) | |
download | pkgsrc-6629820b8bfbc78eecad6645e10bd2fc2446c428.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!)
Diffstat (limited to 'lang/jini')
-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} |