Prompt the user with a warning about /etc/shells and that they should add es

to it.
This commit is contained in:
gene 1997-12-13 01:03:08 +00:00
parent 0d5fba6caa
commit 37c02b8acd

View File

@ -3,7 +3,7 @@
# Date created: 17 November 1997
# Whom: gene
#
# $OpenBSD: Makefile,v 1.3 1997/11/19 01:07:53 joey Exp $
# $OpenBSD: Makefile,v 1.4 1997/12/13 01:03:08 gene Exp $
#
DISTNAME= es-0.9-alpha1
@ -13,4 +13,13 @@ MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/es/
MAINTAINER= gene@OpenBSD.ORG
post-install:
@$(ECHO)
@$(ECHO) "Finished installing $(DISTNAME)"
@$(ECHO) "To complete the install, you should notify the system"
@$(ECHO) "that $(PREFIX)/bin/es is a valid shell by adding it to"
@$(ECHO) "/etc/shells."
@$(ECHO) "If you are unfamiliar with this file, consult the shells(5)"
@$(ECHO) "manual page."
.include <bsd.port.mk>