diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2000-06-26 14:18:27 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2000-06-26 14:18:27 +0800 |
commit | 8018ffff4093332ab3a3aca7dbbba561daee72c1 (patch) | |
tree | 0d62e81e7dbec013ed42ff84b5a6050139915db5 /misc/tet/Makefile | |
parent | 6cdfd2c307067f2e66d9f426e7080ace32945f85 (diff) | |
download | freebsd-ports-gnome-8018ffff4093332ab3a3aca7dbbba561daee72c1.tar.gz freebsd-ports-gnome-8018ffff4093332ab3a3aca7dbbba561daee72c1.tar.zst freebsd-ports-gnome-8018ffff4093332ab3a3aca7dbbba561daee72c1.zip |
Use MASTER_SITE_LOCAL.
Diffstat (limited to 'misc/tet/Makefile')
-rw-r--r-- | misc/tet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/tet/Makefile b/misc/tet/Makefile index 6ec1f63daa9d..eb0723fa36e6 100644 --- a/misc/tet/Makefile +++ b/misc/tet/Makefile @@ -9,7 +9,8 @@ PORTNAME= tet PORTVERSION= 3.3d CATEGORIES= misc MASTER_SITES= ftp://ftp.rdg.opengroup.org/pub/TET/TET3/ \ - http://people.FreeBSD.org/~jkoshy/PORTS/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= jkoshy DISTFILES= ${PORTNAME}${PORTVERSION}-unsup.src.tar.gz MAINTAINER= jkoshy@freebsd.org |