1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/shells/oksh/Makefile
Tobias Kortkamp a2cf3554f2 shells/oksh: Update to 20180401
This release matches the version of bin/ksh shipped with OpenBSD 6.3

PR:		227311
Submitted by:	bcallah@openbsd.org (maintainer)
MFH:		2018Q2
2018-04-06 03:58:41 +00:00

20 lines
395 B
Makefile

# $FreeBSD$
PORTNAME= oksh
DISTVERSION= 20180401
CATEGORIES= shells
MASTER_SITES= https://devio.us/~bcallah/oksh/
MAINTAINER= bcallah@openbsd.org
COMMENT= Portable OpenBSD Korn shell
LICENSE= PD
HAS_CONFIGURE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>