diff options
author | garbled <garbled> | 1998-08-27 14:25:26 +0000 |
---|---|---|
committer | garbled <garbled> | 1998-08-27 14:25:26 +0000 |
commit | d35729e1a314ef296e007ea98fe0fa2cd96e48c7 (patch) | |
tree | cb275727536531dc0f9e1cd5a3153c79645fc9ce /x11/xdm3d | |
parent | 3fba00f440cd0883cd98c7c87ae9c7728f64376f (diff) | |
download | pkgsrc-d35729e1a314ef296e007ea98fe0fa2cd96e48c7.tar.gz |
MASTER_SITE was pointing at my old web address. Now that the account has
gone <poof> I've changed the makefile to MASTER_SITE_LOCAL
Diffstat (limited to 'x11/xdm3d')
-rw-r--r-- | x11/xdm3d/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xdm3d/Makefile b/x11/xdm3d/Makefile index eb84665d5a3..5dc45d001c5 100644 --- a/x11/xdm3d/Makefile +++ b/x11/xdm3d/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 1998/08/26 16:50:56 tsarna Exp $ +# $NetBSD: Makefile,v 1.3 1998/08/27 14:25:26 garbled Exp $ DISTNAME= xdm3d-1.0 CATEGORIES= x11 -MASTER_SITES= http://www.futureone.com/~garbled/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= root@garbled.net HOMEPAGE= http://www.spade.com/linux/XBanner/ |