[Bug 193183] [STAGE] net/beacon: Request MAINTAINERship, pkg-descr cleanup

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Sep 8 20:05:37 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193183

--- Comment #35 from John Marino <marino at 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.


More information about the freebsd-ports-bugs mailing list