diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-02-22 06:38:35 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-02-22 06:38:35 +0000 |
commit | 215febf76d4d0610396d06b58e7d88611a3d2a8c (patch) | |
tree | 4998e771e0e393d44d7ef24d1848cd1dc73e0e3a | |
parent | cea6396c631da76df33f601752e4e72232900abf (diff) | |
download | FreeBSD-ports-215febf76d4d0610396d06b58e7d88611a3d2a8c.zip FreeBSD-ports-215febf76d4d0610396d06b58e7d88611a3d2a8c.tar.gz |
- add more PATCH_SITES
Suggested by: ume
-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 1ce0f54..897ffb3 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 |