diff options
author | flathill <flathill@FreeBSD.org> | 1999-04-10 01:19:21 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1999-04-10 01:19:21 +0800 |
commit | 75b82d86c8f25971a97767a4eb36555489f154fb (patch) | |
tree | 308b9b9ca5afa29b00c972aed57b2b0d558cf78f /graphics/gimp-manual-html/Makefile | |
parent | 2361eb97e1a2c3ce7e6972a10c3af782eb30b477 (diff) | |
download | freebsd-ports-gnome-75b82d86c8f25971a97767a4eb36555489f154fb.tar.gz freebsd-ports-gnome-75b82d86c8f25971a97767a4eb36555489f154fb.tar.zst freebsd-ports-gnome-75b82d86c8f25971a97767a4eb36555489f154fb.zip |
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/Makefile')
-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 |