diff options
author | adamw <adamw@FreeBSD.org> | 2003-03-24 10:44:48 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-03-24 10:44:48 +0800 |
commit | dfbaa84be94a09cf2f5803fbe2c2455e36902511 (patch) | |
tree | 3b59ec32da65c886698168351a517a76b70ce4b5 /emulators | |
parent | dfd8036837280aff46541d4333f642ccdb686f22 (diff) | |
download | freebsd-ports-gnome-dfbaa84be94a09cf2f5803fbe2c2455e36902511.tar.gz freebsd-ports-gnome-dfbaa84be94a09cf2f5803fbe2c2455e36902511.tar.zst freebsd-ports-gnome-dfbaa84be94a09cf2f5803fbe2c2455e36902511.zip |
distfile is impossible to find on teh intarweb, so I've dropped the
distfile into my dir on MASTER_SITE_LOCAL.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xzx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/xzx/Makefile b/emulators/xzx/Makefile index 4868f1f0f99a..fbc72dab28e3 100644 --- a/emulators/xzx/Makefile +++ b/emulators/xzx/Makefile @@ -8,7 +8,8 @@ PORTNAME= xzx PORTVERSION= 4.1 CATEGORIES= emulators -MASTER_SITES= http://www.philosys.de/~kunze/xzx.purespace.de/xzx/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= adamw DISTNAME= ${PORTNAME}-pro-${PORTVERSION}-eval MAINTAINER= adamw@FreeBSD.org |