diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-06-22 06:55:20 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-06-22 06:55:20 +0000 |
commit | 3bd832b1297060e0e5712d486b4a0aea06866f0a (patch) | |
tree | ef231be84ad1400ff539bfd6254461c6664500b7 /net/nsc | |
parent | 8ce2317fb26d8e8476f1a1e259cb9f64bbd90fd2 (diff) |
Notes
Diffstat (limited to 'net/nsc')
-rw-r--r-- | net/nsc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/nsc/Makefile b/net/nsc/Makefile index e9f35e9aa8a7..3befc65d1725 100644 --- a/net/nsc/Makefile +++ b/net/nsc/Makefile @@ -8,7 +8,8 @@ PORTNAME= nsc PORTVERSION= 0.50c CATEGORIES= net -MASTER_SITES= http://www.goth.dk/~goth/nsc/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= dirk MAINTAINER= dirk@FreeBSD.org |