diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/no-login/Makefile | 5 | ||||
-rw-r--r-- | sysutils/obliterate/Makefile | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sysutils/no-login/Makefile b/sysutils/no-login/Makefile index 50c472d..ba36a13 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 diff --git a/sysutils/obliterate/Makefile b/sysutils/obliterate/Makefile index 3cdbafc..61b9e89 100644 --- a/sysutils/obliterate/Makefile +++ b/sysutils/obliterate/Makefile @@ -7,9 +7,11 @@ PORTNAME= obliterate PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.softweyr.com/pub/softweyr/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= wes + MAINTAINER= wes@softweyr.com |