diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-05-25 21:40:34 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-05-25 21:40:34 +0000 |
commit | 0ba28a112f35a846a85d737d64787ff58c00c6b4 (patch) | |
tree | 796a0e3a18f3c71d0518070a9dd8c26d06f2ac26 /graphics/gridpix | |
parent | 462a1b979ba0534b1877faa9f5afa483e301eaae (diff) | |
download | freebsd-ports-0ba28a112f35a846a85d737d64787ff58c00c6b4.zip |
I've graduated so move these two pieces of software I wrote from my
school account to my people.FreeBSD.org space.
Prodded by: fenner's distfile survey
Diffstat (limited to 'graphics/gridpix')
-rw-r--r-- | graphics/gridpix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gridpix/Makefile b/graphics/gridpix/Makefile index 96ddd25b35e1..66376f00c471 100644 --- a/graphics/gridpix/Makefile +++ b/graphics/gridpix/Makefile @@ -8,7 +8,7 @@ PORTNAME= gridpix PORTVERSION= 2.1 CATEGORIES= graphics -MASTER_SITES= ftp://stampede.cs.berkeley.edu/pub/GridPix/ +MASTER_SITES= http://people.FreeBSD.org/~asami/distfiles/GridPix/ DISTNAME= GridPix-${PORTVERSION} MAINTAINER= asami@FreeBSD.org |