Date: Fri, 2 Jan 2004 11:11:17 -0800 (PST) From: Alfred Perlstein <alfred@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/j2sdkee13 Makefile Message-ID: <200401021911.i02JBHST065184@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alfred 2004/01/02 11:11:17 PST FreeBSD ports repository Modified files: java/j2sdkee13 Makefile Log: 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 Revision Changes Path 1.4 +4 -4 ports/java/j2sdkee13/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401021911.i02JBHST065184>