Date: Mon, 08 Sep 2014 20:05:36 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 193183] [STAGE] net/beacon: Request MAINTAINERship, pkg-descr cleanup Message-ID: <bug-193183-13-gyI9UNX9jq@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-193183-13@https.bugs.freebsd.org/bugzilla/> References: <bug-193183-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193183 --- Comment #35 from John Marino <marino@FreeBSD.org> --- I don't get your fix at all: ${FIND} ${STAGEDIR} -name 'perllocal.pod' -delete ${FIND} ${STAGEDIR} -name 'perllocal.pod.gz' -delete I have a lot of questions. 1) it either ends in pod or pod.gz, why do you cover both bases? obviously one command is never used 2) why are you using find? How many files are there? If the answer is "1", then use ${RM} ${STAGEDIR}${PREFIX} .... instead -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193183-13-gyI9UNX9jq>