diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2003-02-25 19:11:35 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2003-02-25 19:11:35 +0000 |
commit | f1d221d1640bac135cb66ba62bdf7fcf0b7f509e (patch) | |
tree | 1a32842fc8000b3e3e87c4ca30ceb571c0a7964a /security/heimdal | |
parent | 6d4e2df34509350dfefc8f3e77d90d7fa27fc0ee (diff) | |
download | ports-f1d221d1640bac135cb66ba62bdf7fcf0b7f509e.tar.gz ports-f1d221d1640bac135cb66ba62bdf7fcf0b7f509e.zip |
Notes
Diffstat (limited to 'security/heimdal')
-rw-r--r-- | security/heimdal/Makefile | 3 | ||||
-rw-r--r-- | security/heimdal/pkg-comment | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index f406d257a9f9..4ec1420bfc00 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -16,6 +16,7 @@ MASTER_SITES= ftp://ftp.pdc.kth.se/pub/heimdal/src/ \ DISTNAME= heimdal-${PORTVERSION} MAINTAINER= nectar@FreeBSD.ORG +COMMENT= A re-implementation of Kerberos V .if defined(WITH_LDAP) LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20 @@ -67,7 +68,7 @@ pre-configure: post-build: .if defined(WITH_CRACKLIB) - sed -e "s;%%LOCALBASE%%;${LOCALBASE};g" \ + ${SED} -e "s;%%LOCALBASE%%;${LOCALBASE};g" \ ${FILESDIR}/kpasswdd-cracklib.c.in > ${WRKSRC}/kpasswdd-cracklib.c (cd ${WRKSRC} && \ ${CC} ${CFLAGS} -fPIC -shared -I${LOCALBASE}/include -I./include \ diff --git a/security/heimdal/pkg-comment b/security/heimdal/pkg-comment deleted file mode 100644 index 5513f9d8e8d2..000000000000 --- a/security/heimdal/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A re-implementation of Kerberos V |