View | Details | Raw Unified | Return to bug 205304
Collapse All | Expand All

(-)chkorigin.sh (-1 / +1 lines)
Lines 100-106 Link Here
100
        $opt_verbose && echo "==> ${category}/${port}"
100
        $opt_verbose && echo "==> ${category}/${port}"
101
101
102
        cd "${PORTSDIR}/${category}/${port}"
102
        cd "${PORTSDIR}/${category}/${port}"
103
        PKGORIGIN=`/usr/bin/make -VPKGORIGIN 2>/dev/null || true"`
103
        PKGORIGIN=`/usr/bin/make -VPKGORIGIN 2>/dev/null || true`
104
104
105
        if [ "${PKGORIGIN}" != "${category}/${port}" ]; then
105
        if [ "${PKGORIGIN}" != "${category}/${port}" ]; then
106
            echo "port \"${category}/${port}\" has the wrong PKGORIGIN \"${PKGORIGIN}\""
106
            echo "port \"${category}/${port}\" has the wrong PKGORIGIN \"${PKGORIGIN}\""

Return to bug 205304