diff options
author | tv <tv@pkgsrc.org> | 1998-06-26 16:41:11 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-06-26 16:41:11 +0000 |
commit | 58c7fc3d26be5ae9a3a1c7de82b13a48df69f46e (patch) | |
tree | b3d99f1f2a4cc84cab8e4871a19ae4cd1657dcc0 /pkgtools | |
parent | c110aab9cd2bcb331db90bb70c55f9ee74f990e0 (diff) | |
download | pkgsrc-58c7fc3d26be5ae9a3a1c7de82b13a48df69f46e.tar.gz |
No need for both IS_INTERACTIVE and RESTRICTED; just put in RESTRICTED
with a suitable message.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/xpkgwedge/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgtools/xpkgwedge/Makefile b/pkgtools/xpkgwedge/Makefile index 90af81e608e..839035bd528 100644 --- a/pkgtools/xpkgwedge/Makefile +++ b/pkgtools/xpkgwedge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/06/26 16:39:23 tv Exp $ +# $NetBSD: Makefile,v 1.2 1998/06/26 16:41:11 tv Exp $ # DISTNAME= xpkgwedge-0.1 @@ -7,8 +7,7 @@ DISTFILES= # none MAINTAINER= tv@netbsd.org -RESTRICTED= optional # NOT for distro as a "binary" pkg -IS_INTERACTIVE= yes # should not be built when batch +RESTRICTED= optional package affecting many pkg builds NO_BUILD= yes NO_WRKSUBDIR= yes |