openbsd-ports/shells/bash/Makefile
brad 0ae8b82c8c - remove workaround for texinfo install-info bug
- convert patches to unified diffs
- stay consistant with all the other shells and build a dynamicly
  linked binary by default
- ${ECHO} -> echo in Makefile
1999-12-08 05:26:44 +00:00

20 lines
570 B
Makefile

# $OpenBSD: Makefile,v 1.8 1999/12/08 05:26:44 brad Exp $
DISTNAME= bash-1.14.7
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= bash
MAINTAINER= ports@openbsd.org
post-install:
@install-info ${PREFIX}/info/bash.info ${PREFIX}/info/dir
@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."
.include <bsd.port.mk>