diff options
-rw-r--r-- | graphics/gimp-manual-html/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/gimp-manual-html/Makefile b/graphics/gimp-manual-html/Makefile index 91590db3ce7d..e8a189c9371e 100644 --- a/graphics/gimp-manual-html/Makefile +++ b/graphics/gimp-manual-html/Makefile @@ -3,13 +3,14 @@ # Date created: 5 June 1998 # Whom: Brett Taylor # -# $Id: Makefile,v 1.8 1998/12/07 19:26:02 billf Exp $ +# $Id: Makefile,v 1.9 1999/02/03 11:11:46 asami Exp $ # DISTNAME= GimpUserManual-1.0.0 PKGNAME= GimpUserManual-${DOCFORMAT}-1.0.0 CATEGORIES= graphics -MASTER_SITES= ftp://manual.gimp.org/pub/manual/ +MASTER_SITES= ftp://manual.gimp.org/pub/manual/ \ + ftp://peloton.physics.montana.edu/pub/distfiles/ MAINTAINER= brett@peloton.physics.montana.edu @@ -65,6 +66,8 @@ EXTRACT_CMD= ${GZIP_CMD} EXTRACT_BEFORE_ARGS= -cd EXTRACT_AFTER_ARGS= > ${DISTNAME} +NO_CDROM= "too big" + NO_BUILD= yes USE_X_PREFIX= yes |