diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-04-09 17:19:21 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-04-09 17:19:21 +0000 |
commit | 61cbe07869e73831e88d6bfc7615f20e13d472ae (patch) | |
tree | c06e52e8deef769ee901ea881fbb1f9ba603d838 /graphics/gimp-manual-html | |
parent | Port was overriding -O? optimization in CFLAGS with -O. (diff) |
Add MASTER_SITES
added NO_CDROM to PS version as it's 44 MB
PR: ports/11033
Submitted by: brett@peloton.physics.montana.edu
Diffstat (limited to 'graphics/gimp-manual-html')
-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 |