diff options
| author | Mark Murray <markm@FreeBSD.org> | 1999-12-31 15:40:27 +0000 | 
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 1999-12-31 15:40:27 +0000 | 
| commit | fd1da02c8da02be6692f8d704fa39dca4eaca018 (patch) | |
| tree | 8887793f1608da335c8bff898ba6aa3775da20a1 | |
| parent | Update to Heimdal 0.2i. (diff) | |
CVS is starting to really piss me off. This was supposed to be part
of the same commit that:
Upgrade Heimdal to 0.2j
No response from:	MAINTAINER
Notes
Notes:
    svn path=/head/; revision=24309
| -rw-r--r-- | security/heimdal/Makefile | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 795790caa24f..24ace37824a0 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,12 +1,12 @@  # Ports collection Makefile for:	heimdal -# Version required:			0.2d +# Version required:			0.2j  # Date created:				10/23/1999  # Whom:					nectar@FreeBSD.ORG  #  # $FreeBSD$  # -DISTNAME=		heimdal-0.2d +DISTNAME=		heimdal-0.2j  CATEGORIES=		security  MASTER_SITES=		ftp://ftp.pdc.kth.se/pub/heimdal/src/ \  			ftp://ftp.replay.com/pub/replay/crypto/APPS/kerberos/heimdal/ \ @@ -28,7 +28,6 @@ MAN8=			hprop.8 hpropd.8 kdc.8 kpasswdd.8 kstash.8 ktutil.8 \  			push.8  USE_LIBTOOL=		YES -USE_GMAKE=		YES  CONFIGURE_ARGS=		--prefix=${PREFIX} --enable-shared  .if !defined(KRB5_KRB4_COMPAT) || ${KRB5_KRB4_COMPAT} == "NO"  | 
