1999-12-08 00:26:44 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.8 1999/12/08 05:26:44 brad Exp $
|
1997-11-17 20:20:00 -05:00
|
|
|
|
1999-08-21 13:18:30 -04:00
|
|
|
DISTNAME= bash-1.14.7
|
1997-11-17 20:20:00 -05:00
|
|
|
CATEGORIES= shells
|
1999-08-21 13:18:30 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
1999-03-06 20:38:58 -05:00
|
|
|
MASTER_SITE_SUBDIR= bash
|
1997-11-17 20:20:00 -05:00
|
|
|
|
1999-08-21 13:18:30 -04:00
|
|
|
MAINTAINER= ports@openbsd.org
|
1997-11-17 20:20:00 -05:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@install-info ${PREFIX}/info/bash.info ${PREFIX}/info/dir
|
1999-12-08 00:26:44 -05:00
|
|
|
@echo "Finished installing $(DISTNAME)"
|
|
|
|
@echo "To complete the install, you should notify the system"
|
|
|
|
@echo "that $(PREFIX)/bin/bash 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."
|
1997-11-17 20:20:00 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|