diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-04-30 03:18:09 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-04-30 03:18:09 +0000 |
commit | bada70ab1f64ff55821d7048a617e91835b543d8 (patch) | |
tree | dbd6926a6ba8c7e5df5873ff3fe68f5f29a34b09 /graphics | |
parent | a3bcf12a1024b2027f2e83f7e698b5b6a8453aa2 (diff) |
Use new MASTER_SITE_LOCAL variable from bsd.port.mk.
Notes
Notes:
svn path=/head/; revision=6369
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/dore/Makefile | 4 | ||||
-rw-r--r-- | graphics/gifmerge/Makefile | 4 | ||||
-rw-r--r-- | graphics/hpscan/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/dore/Makefile b/graphics/dore/Makefile index ffe8833b7e10..98a5c9d41d2f 100644 --- a/graphics/dore/Makefile +++ b/graphics/dore/Makefile @@ -3,12 +3,12 @@ # Date created: 10 February 1995 # Whom: jkh # -# $Id: Makefile,v 1.4 1996/03/07 00:21:43 asami Exp $ +# $Id: Makefile,v 1.5 1996/11/18 11:27:45 asami Exp $ # DISTNAME= pdore-6.0 CATEGORIES= graphics -MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ +MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.Z USE_GMAKE= yes diff --git a/graphics/gifmerge/Makefile b/graphics/gifmerge/Makefile index 410ca10c902a..3609427ce204 100644 --- a/graphics/gifmerge/Makefile +++ b/graphics/gifmerge/Makefile @@ -3,13 +3,13 @@ # Date created: 20 Oct 1996 # Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/11/19 12:32:02 asami Exp $ # DISTNAME= gifmerge PKGNAME= gifmerge-1.33 CATEGORIES= graphics -MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ +MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar MAINTAINER= nakai@mlab.t.u-tokyo.ac.jp diff --git a/graphics/hpscan/Makefile b/graphics/hpscan/Makefile index e1b34d5ba165..013e284476b9 100644 --- a/graphics/hpscan/Makefile +++ b/graphics/hpscan/Makefile @@ -3,13 +3,13 @@ # Date created: 12 January 1996 # Whom: nate # -# $Id: Makefile,v 1.7 1996/11/19 04:18:44 asami Exp $ +# $Id: Makefile,v 1.8 1997/02/07 15:41:08 nate Exp $ # DISTNAME= scanner PKGNAME= hpscan-1.0 CATEGORIES= graphics -MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ \ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ ftp://ftp.cogsci.ed.ac.uk/pub/richard/ MAINTAINER= nate@FreeBSD.org |