diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2000-06-26 06:18:27 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2000-06-26 06:18:27 +0000 |
commit | c789f168a041ac3073e37a6684f133cc4b1ff74a (patch) | |
tree | 3117aa6a1e5adbb5092157e6268b004613aa4c58 /misc/tet | |
parent | b2c2a538e5152e6e418e7344cd3da813a401e397 (diff) | |
download | ports-c789f168a041ac3073e37a6684f133cc4b1ff74a.tar.gz ports-c789f168a041ac3073e37a6684f133cc4b1ff74a.zip |
Notes
Diffstat (limited to 'misc/tet')
-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 |