diff options
-rw-r--r-- | dns/hesiod/Makefile | 1 | ||||
-rw-r--r-- | dns/hesiod/pkg-comment | 1 | ||||
-rw-r--r-- | german/ding/Makefile | 1 | ||||
-rw-r--r-- | german/ding/pkg-comment | 1 | ||||
-rw-r--r-- | net/hesiod/Makefile | 1 | ||||
-rw-r--r-- | net/hesiod/pkg-comment | 1 | ||||
-rw-r--r-- | security/heimdal/Makefile | 3 | ||||
-rw-r--r-- | security/heimdal/pkg-comment | 1 |
8 files changed, 5 insertions, 5 deletions
diff --git a/dns/hesiod/Makefile b/dns/hesiod/Makefile index 459d17a109ba..f663590fc495 100644 --- a/dns/hesiod/Makefile +++ b/dns/hesiod/Makefile @@ -11,6 +11,7 @@ CATEGORIES= net MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/ MAINTAINER= nectar@FreeBSD.org +COMMENT= A directory service built on DNS and BIND MAN1= hesinfo.1 MAN3= hesiod.3 hesiod_end.3 hesiod_free_list.3 \ diff --git a/dns/hesiod/pkg-comment b/dns/hesiod/pkg-comment deleted file mode 100644 index 334703c7f4a1..000000000000 --- a/dns/hesiod/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A directory service built on DNS and BIND diff --git a/german/ding/Makefile b/german/ding/Makefile index a077e3fa04dc..632e90833fd4 100644 --- a/german/ding/Makefile +++ b/german/ding/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://cgi.tu-chemnitz.de/ftp-home/pub/Local/urz/ding/ \ ftp://ftp.tu-chemnitz.de/pub/Local/urz/ding/ MAINTAINER= nectar@FreeBSD.ORG +COMMENT= A German-English dictionary program for X windows/Unix RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 \ agrep:${PORTSDIR}/textproc/agrep diff --git a/german/ding/pkg-comment b/german/ding/pkg-comment deleted file mode 100644 index 36cdb6b4565e..000000000000 --- a/german/ding/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A German-English dictionary program for X windows/Unix diff --git a/net/hesiod/Makefile b/net/hesiod/Makefile index 459d17a109ba..f663590fc495 100644 --- a/net/hesiod/Makefile +++ b/net/hesiod/Makefile @@ -11,6 +11,7 @@ CATEGORIES= net MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/ MAINTAINER= nectar@FreeBSD.org +COMMENT= A directory service built on DNS and BIND MAN1= hesinfo.1 MAN3= hesiod.3 hesiod_end.3 hesiod_free_list.3 \ diff --git a/net/hesiod/pkg-comment b/net/hesiod/pkg-comment deleted file mode 100644 index 334703c7f4a1..000000000000 --- a/net/hesiod/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A directory service built on DNS and BIND 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 |