diff options
author | jdp <jdp@FreeBSD.org> | 2001-06-25 23:13:51 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 2001-06-25 23:13:51 +0000 |
commit | 58f528b4f5c5bc0132cc0f827ca79ca0fc3dbe33 (patch) | |
tree | 19aaf717cbd951d5b9e51113bae91db4c4f3ca5b | |
parent | bc58832f1d0e0a7ce746bd1e497d7f9193d84386 (diff) | |
download | FreeBSD-ports-58f528b4f5c5bc0132cc0f827ca79ca0fc3dbe33.zip FreeBSD-ports-58f528b4f5c5bc0132cc0f827ca79ca0fc3dbe33.tar.gz |
Defennerize.
-rw-r--r-- | graphics/juno-2/Makefile | 2 | ||||
-rw-r--r-- | print/virtualpaper/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/juno-2/Makefile b/graphics/juno-2/Makefile index 6734d64..e1a94a9 100644 --- a/graphics/juno-2/Makefile +++ b/graphics/juno-2/Makefile @@ -8,7 +8,7 @@ PORTNAME= juno-2 PORTVERSION= 1.23 CATEGORIES= graphics -MASTER_SITES= http://www.research.digital.com/SRC/juno-2/ +MASTER_SITES= http://www.research.compaq.com/SRC/juno-2/ DISTNAME= juno-sources MAINTAINER= jdp@FreeBSD.org diff --git a/print/virtualpaper/Makefile b/print/virtualpaper/Makefile index d40f959..9c9df6c 100644 --- a/print/virtualpaper/Makefile +++ b/print/virtualpaper/Makefile @@ -8,7 +8,7 @@ PORTNAME= virtualpaper PORTVERSION= 1.4 CATEGORIES= print -MASTER_SITES= http://www.research.digital.com:80/SRC/virtualpaper/cgi-bin/nph-download.tcl/sources.tar.Z?object=Virtual+Paper/ +MASTER_SITES= http://www.research.compaq.com/SRC/virtualpaper/cgi-bin/nph-download.tcl/sources.tar.Z?object=Virtual+Paper/ DISTFILES= sources.tar.Z MAINTAINER= jdp@FreeBSD.org |