aboutsummaryrefslogtreecommitdiff
path: root/security/krb5-appl/Makefile
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2002-01-08 15:05:08 +0000
committerCy Schubert <cy@FreeBSD.org>2002-01-08 15:05:08 +0000
commit6108625cb97276aff8379562b790597113dec921 (patch)
tree6eeb8081e5f84731d96b61f0c4766d93e5e91482 /security/krb5-appl/Makefile
parentd88b3afd55c7320c5039ef5da3f91e4d9b3b1058 (diff)
downloadports-6108625cb97276aff8379562b790597113dec921.tar.gz
ports-6108625cb97276aff8379562b790597113dec921.zip
Notes
Diffstat (limited to 'security/krb5-appl/Makefile')
-rw-r--r--security/krb5-appl/Makefile14
1 files changed, 12 insertions, 2 deletions
diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile
index 7fac84161a4a..3a0bf189ab7f 100644
--- a/security/krb5-appl/Makefile
+++ b/security/krb5-appl/Makefile
@@ -7,11 +7,11 @@
PORTNAME= krb5
PORTVERSION= 1.2.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= security
MASTER_SITES= # manual download
-MAINTAINER= Cy.Schubert@uumail.gov.bc.ca
+MAINTAINER= cy@FreeBSD.org
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
@@ -113,5 +113,15 @@ post-install:
${GREP} -v '\.so$$' ${TMPPLIST}.new > ${TMPPLIST}
${RM} ${TMPPLIST}.new
.endif
+ @${SED} "s%\${PREFIX}%${PREFIX}%" ${FILESDIR} > ${PREFIX}/share/doc/krb5/README.FreeBSD
+ @${CHMOD} 444 ${PREFIX}/share/doc/krb5/README.FreeBSD
+ @${ECHO} "------------------------------------------------------"
+ @${ECHO} "This port of MIT Kerberos 5 includes remote login "
+ @${ECHO} "daemons (telnetd and klogind). These daemons default "
+ @${ECHO} "to using the system login program (/usr/bin/login). "
+ @${ECHO} "Please see the file "
+ @${ECHO} "${PREFIX}/share/doc/krb5/README.FreeBSD"
+ @${ECHO} "for more information. "
+ @${ECHO} "------------------------------------------------------"
.include <bsd.port.post.mk>