Index: Makefile =================================================================== RCS file: /home/jhelfman/ncvs/ports/devel/flex-sdk2/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 21 Jul 2011 05:02:29 -0000 1.7 +++ Makefile 13 Dec 2011 17:20:38 -0000 @@ -35,8 +35,7 @@ .for i in ${DISTFILES} .if !exists(${DISTDIR}/${i}) -ECHO_MSG=/usr/bin/printf -IGNORE= :\n\ +DISTFILE_INSTRUCTIONS=\n\ You must fetch the distribution manually.\n\n\ Please access \n\ \n\ @@ -47,6 +46,12 @@ .endif .endfor +pre-fetch: +.if defined(DISTFILE_INSTRUCTIONS) + @${PRINTF} "${DISTFILE_INSTRUCTIONS}" + @exit 1 +.endif + do-install: .for i in asdoc compc fdb mxmlc ${INSTALL_SCRIPT} ${WRKSRC}/${i}.sh ${PREFIX}/bin/${i}