diff options
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 ffe8833..98a5c9d 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 410ca10c..3609427 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 e1b34d5..013e2844 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 |