diff options
-rw-r--r-- | security/heimdal/Makefile | 11 | ||||
-rw-r--r-- | security/heimdal/distinfo | 2 |
2 files changed, 8 insertions, 5 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 9bf9347..5eda53a 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -6,9 +6,12 @@ # $FreeBSD$ # -DISTNAME= heimdal-0.2a +DISTNAME= heimdal-0.2c CATEGORIES= security -MASTER_SITES= ftp://ftp.pdc.kth.se/pub/heimdal/src/ +MASTER_SITES= ftp://ftp.pdc.kth.se/pub/heimdal/src/ \ + ftp://ftp.replay.com/pub/replay/crypto/APPS/kerberos/heimdal/ \ + ftp://ftp.tuniv.szczecin.pl/dsk4/ftp.replay.com/pub/crypto/APPS/kerberos/heimdal/ \ + ftp://ftp.hacktic.nl/pub/replay/crypto/APPS/kerberos/heimdal/ MAINTAINER= nectar@FreeBSD.ORG @@ -17,8 +20,8 @@ RESTRICTED= "Crypto; export-controlled" USE_LIBTOOL= YES USE_GMAKE= YES CONFIGURE_ARGS= --enable-shared=YES -CONFIGURE_ENV= INSTALL_TMP="${INSTALL} -m 444" -MAKE_ENV= INSTALL_TMP="${INSTALL} -m 444" +CONFIGURE_ENV= INSTALL_TMP="cp" +MAKE_ENV= INSTALL_TMP="cp" .if defined(HEIMDAL_HOME) PREFIX= ${HEIMDAL_HOME} diff --git a/security/heimdal/distinfo b/security/heimdal/distinfo index 7ccbeb0..9914a20 100644 --- a/security/heimdal/distinfo +++ b/security/heimdal/distinfo @@ -1 +1 @@ -MD5 (heimdal-0.2a.tar.gz) = 38437374f157a2128975388439645cb2 +MD5 (heimdal-0.2c.tar.gz) = 39ed0ab0404167541bbc7d8f2fe96bcd |