diff options
author | Wes Peters <wes@FreeBSD.org> | 2002-12-09 06:18:25 +0000 |
---|---|---|
committer | Wes Peters <wes@FreeBSD.org> | 2002-12-09 06:18:25 +0000 |
commit | cfcc4890f1caf05b040b7458a042bd8501b1e8ea (patch) | |
tree | 8d3de89ca0ebac51d85175ed62b320148c666e51 /security/liedentd | |
parent | 2ddf0eef672e1c922be6fb483207f750cdf56a8e (diff) |
Notes
Diffstat (limited to 'security/liedentd')
-rw-r--r-- | security/liedentd/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/liedentd/Makefile b/security/liedentd/Makefile index c95573cd4f00..b010beb5d81b 100644 --- a/security/liedentd/Makefile +++ b/security/liedentd/Makefile @@ -7,8 +7,11 @@ PORTNAME= liedentd PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= security net -MASTER_SITES= ftp://softweyr.com/pub/softweyr/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= wes + MAINTAINER= wes@freebsd.org |