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

(-)Makefile (-6 / +11 lines)
Lines 28-40 Link Here
28
do-extract:
28
do-extract:
29
	@${MKDIR} ${WRKDIR}
29
	@${MKDIR} ${WRKDIR}
30
30
31
do-fetch:
32
.if !exists (${DISTDIR}/${DISTNAME})
31
.if !exists (${DISTDIR}/${DISTNAME})
33
ECHO_MSG=/usr/bin/printf
32
DISTFILE_INSTRUCTIONS=\n\
34
IGNORE=\'s distfile must be downloaded manually from\n\
33
${PKGNAME}\'s distfile must be downloaded manually from\n\
35
\ \ \ \ \ http://glyph.iso10646hk.net/chinese/download_001.jsp If you agree\n\
34
http://glyph.iso10646hk.net/chinese/download_001.jsp If you agree\n\
36
\ \ \ \ \ with the terms given in the above page, please download ${DISTNAME},\n\
35
with the terms given in the above page, please download ${DISTNAME},\n\
37
\ \ \ \ \ put it into ${DISTDIR} and run \'make\' again\n\n.
36
put it into ${DISTDIR} and run \'make\' again\n\n
37
.endif
38
39
pre-fetch:
40
.if defined(DISTFILE_INSTRUCTIONS)
41
	@${PRINTF} "${DISTFILE_INSTRUCTIONS}"
42
	@exit 1
38
.endif
43
.endif
39
44
40
do-install:
45
do-install:

Return to bug 163250