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 | |
parent | 324e8169b1f84b056ea31368a33f71bf6d7e2cec (diff) | |
download | pkgsrc-3d2db81db9b6653d1e12be7f75b389c60ed9c4bf.tar.gz |
Add INTERACTIVE_STAGE=fetch, since this package has a _FETCH_MESSAGE.
-rw-r--r-- | cad/simian/Makefile | 4 | ||||
-rw-r--r-- | devel/ipv6socket_scrub/Makefile | 4 | ||||
-rw-r--r-- | fonts/acroread-jpnfont/Makefile | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/cad/simian/Makefile b/cad/simian/Makefile index 888c032f9dc..edcbb5eb231 100644 --- a/cad/simian/Makefile +++ b/cad/simian/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/03/04 19:41:06 fredb Exp $ +# $NetBSD: Makefile,v 1.5 2003/01/24 15:38:42 wiz Exp $ # DISTNAME= simian_12_98 @@ -20,6 +20,8 @@ NO_BIN_ON_FTP= ${RESTRICTED} WRKSRC= ${WRKDIR}/Simian/src ALL_TARGET= simian +INTERACTIVE_STAGE= fetch + _FETCH_MESSAGE= \ ${ECHO} '======================================================='; \ ${ECHO} ' To build this package, please request a password on'; \ diff --git a/devel/ipv6socket_scrub/Makefile b/devel/ipv6socket_scrub/Makefile index 30f3cccd766..2702f2f6415 100644 --- a/devel/ipv6socket_scrub/Makefile +++ b/devel/ipv6socket_scrub/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/03/04 19:41:06 fredb Exp $ +# $NetBSD: Makefile,v 1.12 2003/01/24 15:38:42 wiz Exp $ # KAME Id: Makefile,v 1.6 1999/11/28 14:36:04 itojun Exp # @@ -22,6 +22,8 @@ NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} +INTERACTIVE_STAGE= fetch + _FETCH_MESSAGE= \ ${ECHO} '======================================================='; \ ${ECHO} ' You need to sign the agreement on ${HOMEPAGE}'; \ 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"; \ |