diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-09-23 17:41:34 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-09-23 17:41:34 +0000 |
commit | 9e0ba06811db31a46ab58cc1d84623d62c03dcb6 (patch) | |
tree | 79c30381326be273689682a086ce1f7f66a1f693 /net/netsaint | |
parent | 0f6186d0db9dd8c1484e9cc3f5d331a15c59bb7c (diff) |
Notes
Diffstat (limited to 'net/netsaint')
-rw-r--r-- | net/netsaint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/netsaint/Makefile b/net/netsaint/Makefile index 058650178987..a93519dd68ae 100644 --- a/net/netsaint/Makefile +++ b/net/netsaint/Makefile @@ -10,7 +10,8 @@ PORTVERSION= 0.0.7b6 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://netsaint.sourceforge.net/download/ \ - ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/dwcjr/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR=dwcjr DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} netsaint-graphics.tar.gz |