cvs commit: ports/java/j2sdkee13 Makefile
Alfred Perlstein
alfred at FreeBSD.org
Fri Jan 2 11:11:18 PST 2004
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
More information about the cvs-all
mailing list