diff options
author | vs <vs@FreeBSD.org> | 2005-02-28 01:15:21 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-02-28 01:15:21 +0800 |
commit | 76fa0211f7db54ac7111142b47cec07818bda78a (patch) | |
tree | 922e2363c6dedf31e714334a8be6c5ed2f997beb /net/isc-dhcp40-server | |
parent | d6c18c6cc5dc93cdd96168d2e873c70ba8ee8cb2 (diff) | |
download | freebsd-ports-graphics-76fa0211f7db54ac7111142b47cec07818bda78a.tar.gz freebsd-ports-graphics-76fa0211f7db54ac7111142b47cec07818bda78a.tar.zst freebsd-ports-graphics-76fa0211f7db54ac7111142b47cec07818bda78a.zip |
Add an additional site to PATCH_SITES to make the ldap patchfile fetchable
PR: ports/75389
Submitted by: Jörg Pulz
Approved by: maintainer timeout
Diffstat (limited to 'net/isc-dhcp40-server')
-rw-r--r-- | net/isc-dhcp40-server/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/isc-dhcp40-server/Makefile b/net/isc-dhcp40-server/Makefile index c33041add4e..9fae21e34ff 100644 --- a/net/isc-dhcp40-server/Makefile +++ b/net/isc-dhcp40-server/Makefile @@ -41,7 +41,8 @@ OPTIONS= DHCP_PARANOIA "add -user, -group and -chroot options" on \ .if ${SUBSYS} == server && defined(WITH_DHCP_LDAP) # Based on patch from Brian Masney : -PATCH_SITES= http://www.newwave.net/~masneyb/ +PATCH_SITES= http://www.newwave.net/~masneyb/ \ + ftp://ftp.frm2.tum.de/pub/jpulz/FreeBSD/ PATCHFILES= ${PORTNAME}-${RELEASE}${VERSION}${PATCHLEVEL}-ldap-patch PATCH_DIST_STRIP= -p1 |