diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-03-27 13:24:56 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-03-27 13:24:56 +0000 |
commit | 6db7ea05788266400c41221a91c4032341db5be2 (patch) | |
tree | 4cee041f5f78d8ee75b5ed4918d7c53e9574a92f | |
parent | Fix MASTER_SITES (diff) |
Fix MASTER_SITES
PR: 26120
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=40444
-rw-r--r-- | games/empire/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/empire/Makefile b/games/empire/Makefile index b455af4fe701..fc02d9229772 100644 --- a/games/empire/Makefile +++ b/games/empire/Makefile @@ -8,8 +8,8 @@ PORTNAME= empire PORTVERSION= 1.2 CATEGORIES= games -MASTER_SITES= http://www.tuxedo.org/~esr/ -DISTNAME= vms-${PORTNAME}-${PORTVERSION} +MASTER_SITES= http://www.tuxedo.org/~esr/vms-empire/ +DISTNAME= vms-empire-${PORTVERSION} MAINTAINER= ports@FreeBSD.org |