diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1999-01-27 08:31:54 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1999-01-27 08:31:54 +0000 |
commit | dc90d64404c7cecc0af53e9a3f16550bbc688a75 (patch) | |
tree | b2800a4901268918d413511f5fb61e43438b2e35 /print/gnome-print | |
parent | 52619586269c9e817bdf8a8496e70376ba957597 (diff) | |
download | ports-dc90d64404c7cecc0af53e9a3f16550bbc688a75.tar.gz ports-dc90d64404c7cecc0af53e9a3f16550bbc688a75.zip |
Notes
Diffstat (limited to 'print/gnome-print')
-rw-r--r-- | print/gnome-print/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index 8284c87d688d..42c0882cc393 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -3,16 +3,14 @@ # Date created: 15 Jan 1999 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/01/17 20:19:18 vanilla Exp $ # DISTNAME= gnome-print-0.0.3 PKGNAME= gnomeprint-0.0.3 CATEGORIES= print -MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/latest/ \ - ftp://ftp.geo.net/pub/gnome/sources/latest/ \ - ftp://gnomeftp.wgn.net/pub/gnome/sources/latest/ \ - ftp://ftp.gnome.org/pub/GNOME/sources/latest/ +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= gnome-print MAINTAINER= nacai@iname.com |