diff options
author | petef <petef@FreeBSD.org> | 2003-08-17 00:02:39 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-08-17 00:02:39 +0800 |
commit | 42966e4622585ae8d2465576f481e96e1b06efd6 (patch) | |
tree | 0b5463bdf4f8409717af95564f75ebcbbb8af627 /security/apg | |
parent | f25689f6044bcfb0943eccb9108d78497b5b6003 (diff) | |
download | freebsd-ports-graphics-42966e4622585ae8d2465576f481e96e1b06efd6.tar.gz freebsd-ports-graphics-42966e4622585ae8d2465576f481e96e1b06efd6.tar.zst freebsd-ports-graphics-42966e4622585ae8d2465576f481e96e1b06efd6.zip |
Add MASTER_SITE_PACKETSTORM as an additional mirror.
PR: 52109
Submitted by: Jim Geovedi <jim@corebsd.or.id>
Approved by: various maintainers, timeouts
Diffstat (limited to 'security/apg')
-rw-r--r-- | security/apg/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/apg/Makefile b/security/apg/Makefile index 0f87ac7904e..24b7dca42c8 100644 --- a/security/apg/Makefile +++ b/security/apg/Makefile @@ -8,7 +8,9 @@ PORTNAME= apg PORTVERSION= 2.1.0 CATEGORIES= security -MASTER_SITES= http://www.adel.nursat.kz/apg/download/ +MASTER_SITES= http://www.adel.nursat.kz/apg/download/ \ + ${MASTER_SITE_PACKETSTORM} +MASTER_SITE_SUBDIR= UNIX/misc MAINTAINER= roam@FreeBSD.org COMMENT= "An automated password generator" |