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 /sysutils/no-login | |
parent | 2ddf0eef672e1c922be6fb483207f750cdf56a8e (diff) | |
download | ports-cfcc4890f1caf05b040b7458a042bd8501b1e8ea.tar.gz ports-cfcc4890f1caf05b040b7458a042bd8501b1e8ea.zip |
Notes
Diffstat (limited to 'sysutils/no-login')
-rw-r--r-- | sysutils/no-login/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/no-login/Makefile b/sysutils/no-login/Makefile index 50c472dccac8..ba36a13422dc 100644 --- a/sysutils/no-login/Makefile +++ b/sysutils/no-login/Makefile @@ -7,8 +7,11 @@ PORTNAME= nologin PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= ftp://softweyr.com/pub/softweyr/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= wes + MAINTAINER= wes@FreeBSD.org |