diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-08-09 06:10:35 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-08-09 06:10:35 +0000 |
commit | 44b504c465a271125253c6c9c82933c8d0bb8155 (patch) | |
tree | 2dec6eaa92e5fdfa0fa264225cc3580cd316c512 /security/courierpassd | |
parent | 3f9d21e2abe3bc60148e010812de1627bebfdedb (diff) | |
download | ports-44b504c465a271125253c6c9c82933c8d0bb8155.tar.gz ports-44b504c465a271125253c6c9c82933c8d0bb8155.zip |
Notes
Diffstat (limited to 'security/courierpassd')
-rw-r--r-- | security/courierpassd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/courierpassd/Makefile b/security/courierpassd/Makefile index 9f7bfee2ea40..1825242499fe 100644 --- a/security/courierpassd/Makefile +++ b/security/courierpassd/Makefile @@ -7,7 +7,9 @@ PORTNAME= courierpassd PORTVERSION= 1.1.2 CATEGORIES= security mail -MASTER_SITES= http://www.arda.homeunix.net/store/ +#MASTER_SITES= http://www.arda.homeunix.net/store/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ade MAINTAINER= andrew@arda.homeunix.net COMMENT= User authentication and password changing daemon utility |