diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-27 00:33:35 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-27 00:33:35 +0000 |
commit | 71704eea250f1b49fd1f198c14a4d6ef13460cbd (patch) | |
tree | c19ea8bce2e446b7484058fcba80b3d38f08f687 /astro | |
parent | Mark this port as NO_CDROM (until a real fix is found) so that (diff) |
Mark as NO_CDROM until we can find a better fix for sysinstall hanging
on ports that have interactive install scripts.
PR: 14744
Notes
Notes:
svn path=/head/; revision=24115
Diffstat (limited to 'astro')
-rw-r--r-- | astro/setiathome/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/astro/setiathome/Makefile b/astro/setiathome/Makefile index d39d021c50de..53d7486e4d41 100644 --- a/astro/setiathome/Makefile +++ b/astro/setiathome/Makefile @@ -18,7 +18,7 @@ ONLY_FOR_ARCHS= i386 EXTRACT_CMD= tar EXTRACT_BEFORE_ARGS= -xf -EXTRACT_AFTER_ARGS= +EXTRACT_AFTER_ARGS= MAN1= setiathome.1 @@ -60,11 +60,12 @@ NO_BUILD= "binary distribution" MAN1= setiathome.1 +NO_CDROM= "interactive install" + .if !defined(PACKAGE_BUILDING) IS_INTERACTIVE= yes .endif - pre-fetch: @if [ -z "${DISTFILES}" ]; then \ ${ECHO} "It seems you are running FreeBSD `uname -r`, which is not currently"; \ |