diff options
author | nectar <nectar@FreeBSD.org> | 2003-02-26 03:11:35 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2003-02-26 03:11:35 +0800 |
commit | 437a863ee725ee08ef334ed2218ba46e57102e71 (patch) | |
tree | cbd68e2b2db34b3880dc8a7305f901a81cd5359d /security/heimdal/Makefile | |
parent | acbb0e382eea70f5b403fb838979aa3cc4ea537b (diff) | |
download | freebsd-ports-gnome-437a863ee725ee08ef334ed2218ba46e57102e71.tar.gz freebsd-ports-gnome-437a863ee725ee08ef334ed2218ba46e57102e71.tar.zst freebsd-ports-gnome-437a863ee725ee08ef334ed2218ba46e57102e71.zip |
-- Move pkg-comment into Makefile
-- portlint as necessary
Diffstat (limited to 'security/heimdal/Makefile')
-rw-r--r-- | security/heimdal/Makefile | 3 |
1 files changed, 2 insertions, 1 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 \ |