openbsd-ports/shells/es/Makefile
espie a813079932 Kill a large set of deprecated variables.
Thoroughly unsubtle, most mkdir -p should probably be INSTALL* at
*install stage, and echo/ECHO_MSG is somewhat unsorted.

It's quite possible I missed a few automated changes...
2000-02-11 01:09:59 +00:00

26 lines
668 B
Makefile

# OpenBSD makefile for: es
# Version required: 0.9a1
# Date created: 17 November 1997
# Whom: gene
#
# $OpenBSD: Makefile,v 1.5 2000/02/11 01:10:12 espie Exp $
#
DISTNAME= es-0.9-alpha1
PKGNAME= es-0.9a1
CATEGORIES= shells
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>