K 10 svn:author V 6 alfred K 8 svn:date V 27 2004-01-02T19:11:16.000000Z K 7 svn:log V 452 Don't use a leading zero in PORTREVISION, it confuses the pkg* tools and portupgrade with "missing origin". Properly detect that the distfile doesn't exist. We can't use ${DISTDIR}/${DISTFILES} because it's not defined until after bsd.port.post.mk, but after inclusion of bsd.port.post.mk we can not define IGNORE. To fix use the already known variables as so: ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} Reviewed by: maintainer timeout. PR: ports/60652 END