mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Argh! Remove a debugging line.
This commit is contained in:
parent
ba1dfecac5
commit
467b76e425
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179677
4 changed files with 4 additions and 6 deletions
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= portmaster
|
||||
PORTVERSION= 1.10
|
||||
PORTVERSION= 1.11
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= # none
|
||||
DISTFILES= # none
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Local version: 1.139
|
||||
# Local version: 1.140
|
||||
# $FreeBSD$
|
||||
|
||||
# Copyright (c) 2005-2006 Douglas Barton, All rights reserved
|
||||
|
@ -1204,7 +1204,6 @@ dofetch () {
|
|||
distfiles=`make $MAKE_ARGS -V ALLFILES`
|
||||
for file in $distfiles; do
|
||||
flag_file=f-${PARENT_PID}-${file}
|
||||
echo "Debug> ${TMPDIR}/${flag_file}-"
|
||||
if ! ls ${TMPDIR}/${flag_file}-* >/dev/null 2>&1; then
|
||||
mktemp -t ${flag_file}-${portdir##*/} >/dev/null
|
||||
else
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= portmaster
|
||||
PORTVERSION= 1.10
|
||||
PORTVERSION= 1.11
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= # none
|
||||
DISTFILES= # none
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Local version: 1.139
|
||||
# Local version: 1.140
|
||||
# $FreeBSD$
|
||||
|
||||
# Copyright (c) 2005-2006 Douglas Barton, All rights reserved
|
||||
|
@ -1204,7 +1204,6 @@ dofetch () {
|
|||
distfiles=`make $MAKE_ARGS -V ALLFILES`
|
||||
for file in $distfiles; do
|
||||
flag_file=f-${PARENT_PID}-${file}
|
||||
echo "Debug> ${TMPDIR}/${flag_file}-"
|
||||
if ! ls ${TMPDIR}/${flag_file}-* >/dev/null 2>&1; then
|
||||
mktemp -t ${flag_file}-${portdir##*/} >/dev/null
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue