mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
a2cf3554f2
This release matches the version of bin/ksh shipped with OpenBSD 6.3 PR: 227311 Submitted by: bcallah@openbsd.org (maintainer) MFH: 2018Q2
20 lines
395 B
Makefile
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>
|