summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2003-02-25 19:11:35 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2003-02-25 19:11:35 +0000
commitf1d221d1640bac135cb66ba62bdf7fcf0b7f509e (patch)
tree1a32842fc8000b3e3e87c4ca30ceb571c0a7964a /security
parentadd gubby-0.3.2 (diff)
-- Move pkg-comment into Makefile
-- portlint as necessary
Notes
Notes: svn path=/head/; revision=76467
Diffstat (limited to 'security')
-rw-r--r--security/heimdal/Makefile3
-rw-r--r--security/heimdal/pkg-comment1
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