diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-02-22 06:38:35 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-02-22 06:38:35 +0000 |
commit | 451cdd413de8b517012b72f0e758976bff4dfe89 (patch) | |
tree | a206a30c51998d7740d7cf8797238f8466129cec /security/pidentd | |
parent | 2edcb363061a2a06147467ef289c8647f161262d (diff) |
- add more PATCH_SITES
Suggested by: ume
Notes
Notes:
svn path=/head/; revision=101692
Diffstat (limited to 'security/pidentd')
-rw-r--r-- | security/pidentd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile index 1ce0f54c6130..897ffb398240 100644 --- a/security/pidentd/Makefile +++ b/security/pidentd/Makefile @@ -11,7 +11,9 @@ CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/servers/ \ ftp://ftp.fu-berlin.de/unix/security/ident/servers/ -PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/ ${MASTER_SITE_LOCAL} +PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/ \ + http://home.jp.FreeBSD.org/~ume/ipv6/ \ + ${MASTER_SITE_LOCAL} PATCH_SITE_SUBDIR= dinoex PATCHFILES= pidentd-2.8.5-ipv6-1.5.diff.gz PATCH_DIST_STRIP= -p2 |