pbulk-0.44: Remove a second call to pscan from a failed merge.
This commit is contained in:
parent
145d8e0fc0
commit
281f4b0008
2 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.57 2009/12/16 19:41:41 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.58 2009/12/30 21:14:43 joerg Exp $
|
||||
|
||||
DISTNAME= pbulk-0.43
|
||||
DISTNAME= pbulk-0.44
|
||||
COMMENT= Modular bulk build framework
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!@SH@
|
||||
# $NetBSD: scan,v 1.5 2009/12/16 19:41:41 joerg Exp $
|
||||
# $NetBSD: scan,v 1.6 2009/12/30 21:14:43 joerg Exp $
|
||||
#
|
||||
# Copyright (c) 2007 Joerg Sonnenberger <joerg@NetBSD.org>.
|
||||
# All rights reserved.
|
||||
|
@ -47,7 +47,6 @@ if [ -z "${limited_list}" ]; then
|
|||
${pscan} -v -M ${make} ${pkgsrc} ${loc}/pscan 2>> ${loc}/pscan.stderr
|
||||
;;
|
||||
[yY][eE][sS])
|
||||
${pscan} -v -I ${pscan_start_script} -m ${master_port_scan} -M ${make} ${pkgsrc} ${loc}/pscan
|
||||
${pscan} -v -I ${pscan_start_script} -m ${master_port_scan} -M ${make} ${pkgsrc} ${loc}/pscan 2>> ${loc}/pscan.stderr
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue