diff options
author | thierry <thierry@FreeBSD.org> | 2004-04-03 20:46:07 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-04-03 20:46:07 +0000 |
commit | 32fde06142ab093997f29642a3c8b6bf3f3629c1 (patch) | |
tree | da7a994ae8dcdac408c78d1126733a5de09c7c37 | |
parent | 410c61b934bdc6e9d09d1b4c50984ec32dc12439 (diff) | |
download | FreeBSD-ports-32fde06142ab093997f29642a3c8b6bf3f3629c1.zip FreeBSD-ports-32fde06142ab093997f29642a3c8b6bf3f3629c1.tar.gz |
Fix MASTER_SITES.
PR: 65134
Submitted by: maintainer
Approved by: mat (mentor)
-rw-r--r-- | x11/9box/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/9box/Makefile b/x11/9box/Makefile index 396d83d..1cdb6f4 100644 --- a/x11/9box/Makefile +++ b/x11/9box/Makefile @@ -9,8 +9,8 @@ PORTNAME= 9box PORTVERSION= 0.2.1 PORTREVISION= 1 CATEGORIES= x11 -MASTER_SITES= http://freesoftware.fsf.org/download/9box/ \ - http://savannah.nongnu.org/download/9box/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= thierry MAINTAINER= gagnon_s@sympatico.ca COMMENT= 9box can "pack" windows inside itself |