diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-02-22 06:30:41 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-02-22 06:30:41 +0000 |
commit | 564997b02e8d45e3a34d428c956354ec63656350 (patch) | |
tree | 46953e1928d72330a2ab8c77f2a9957f484f54be /security/pidentd/Makefile | |
parent | bd4b185ab3e9f16008f276283582397ca87391ae (diff) | |
download | ports-564997b02e8d45e3a34d428c956354ec63656350.tar.gz ports-564997b02e8d45e3a34d428c956354ec63656350.zip |
Notes
Diffstat (limited to 'security/pidentd/Makefile')
-rw-r--r-- | security/pidentd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile index 74d6c66c269a..1ce0f54c6130 100644 --- a/security/pidentd/Makefile +++ b/security/pidentd/Makefile @@ -11,7 +11,8 @@ 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/ +PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/ ${MASTER_SITE_LOCAL} +PATCH_SITE_SUBDIR= dinoex PATCHFILES= pidentd-2.8.5-ipv6-1.5.diff.gz PATCH_DIST_STRIP= -p2 |