diff options
author | agc <agc@pkgsrc.org> | 2002-07-03 12:07:51 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-07-03 12:07:51 +0000 |
commit | f40cfc13aaaefd41b5179112d1b2e68b1ca81abe (patch) | |
tree | bc2b8002db70928147f7dfca060e8c583f2ca27c /sysutils | |
parent | 2e7c32a306f8e3d6357ad3e690ce73c45c562c8e (diff) | |
download | pkgsrc-f40cfc13aaaefd41b5179112d1b2e68b1ca81abe.tar.gz |
This package (sysutils/storage-manager) has an interactive fetch stage, so
mark it as such, and enable this package in the category Makefile.
With thanks to Dan McMahill for pointing this out.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 4 | ||||
-rw-r--r-- | sysutils/storage-manager/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index d9ab5f6e8a7..51cb65b6b44 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.150 2002/07/03 09:27:59 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.151 2002/07/03 12:07:51 agc Exp $ # COMMENT= System utilities @@ -100,7 +100,7 @@ SUBDIR+= sh-utils SUBDIR+= skill SUBDIR+= socket SUBDIR+= sshsh -#SUBDIR+= storage-manager # Requires manual intervention +SUBDIR+= storage-manager SUBDIR+= stow SUBDIR+= su2 SUBDIR+= sux diff --git a/sysutils/storage-manager/Makefile b/sysutils/storage-manager/Makefile index d120c471a75..a5a1b88acce 100644 --- a/sysutils/storage-manager/Makefile +++ b/sysutils/storage-manager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/05/29 14:45:57 yyamano Exp $ +# $NetBSD: Makefile,v 1.7 2002/07/03 12:07:53 agc Exp $ DISTNAME= sm_linux_v314_install PKGNAME= storage-manager-3.14 @@ -27,6 +27,7 @@ CHECK_SHLIBS= NO _STRIPFLAG_INSTALL= # defined NO_CONFIGURE= # defined NO_BUILD= # defined +INTERACTIVE_STAGE= fetch DOWNLOAD= http://www.adaptec.com/worldwide/support/driverdetail.html?cat=%2fOperating+System%2fLinux&filekey=sm_linux_v314_install.rpm |