diff options
author | wiz <wiz@pkgsrc.org> | 2003-01-24 15:38:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-01-24 15:38:42 +0000 |
commit | 3d2db81db9b6653d1e12be7f75b389c60ed9c4bf (patch) | |
tree | b294bad88da76d778db6384f7da5faf9a64122be /fonts | |
parent | 324e8169b1f84b056ea31368a33f71bf6d7e2cec (diff) | |
download | pkgsrc-3d2db81db9b6653d1e12be7f75b389c60ed9c4bf.tar.gz |
Add INTERACTIVE_STAGE=fetch, since this package has a _FETCH_MESSAGE.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/acroread-jpnfont/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/acroread-jpnfont/Makefile b/fonts/acroread-jpnfont/Makefile index 6ca6f15255f..6f9d03c98f4 100644 --- a/fonts/acroread-jpnfont/Makefile +++ b/fonts/acroread-jpnfont/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/04/01 04:14:36 sakamoto Exp $ +# $NetBSD: Makefile,v 1.6 2003/01/24 15:38:43 wiz Exp $ # DISTNAME= jpnfont @@ -12,6 +12,8 @@ DEPENDS+= acroread-font-share-4.0:../../fonts/acroread-font-share WRKSRC= ${WRKDIR}/JPNKIT TAR_FILE= ${WRKSRC}/LANGJPN.TAR +INTERACTIVE_STAGE= fetch + _FETCH_MESSAGE= \ ${ECHO} "======================================================="; \ ${ECHO} " Be required to register with Adobe"; \ |