1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/shells/pdksh/Makefile
Satoshi Asami 4207ae0118 Update, 5.1.3 -> 5.2.3.
Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-07-29 09:57:25 +00:00

21 lines
427 B
Makefile

# New ports collection makefile for: pdksh
# Version required: 5.2.3
# Date created: 23 May 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
# $Id: Makefile,v 1.5 1995/04/11 19:26:34 asami Exp $
#
DISTNAME= pdksh-5.2.3
CATEGORIES+= shells
MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/
MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de
GNU_CONFIGURE= yes
post-install:
gzip -9nf ${PREFIX}/man/man1/ksh.1
.include <bsd.port.mk>