# New ports collection makefile for: pdksh # Date created: 23 May 1995 # Whom: Thomas Gellekum # # $FreeBSD$ # PORTNAME= pdksh PORTVERSION= 5.2.14p2 PORTREVISION= 4 CATEGORIES= shells MASTER_SITES= http://gd.tuwien.ac.at/utils/shells/pdksh/ \ ftp://ftp.lip6.fr/pub/unix/shells/pdksh/ \ ftp://ftp.demon.net/pub/mirrors/pdksh/ DISTNAME= ${PORTNAME}-${PORTVERSION:C/p.*//} PATCH_SITES= ${MASTER_SITES} PATCHFILES= ${DISTNAME}-patches.1 ${DISTNAME}-patches.2 PATCH_DIST_STRIP= -p2 MAINTAINER= skreuzer@FreeBSD.org COMMENT= The Public Domain Korn Shell LICENSE= BSD GNU_CONFIGURE= yes MAN1= ksh.1 .include .if defined(WITH_STATIC) CONFIGURE_ENV+= LDSTATIC=-static .endif post-patch: @(${ECHO_CMD} ",s/v${PORTVERSION:C/p.*//}/v${PORTVERSION:S/p/./}/"; \ ${ECHO_CMD} "wq") | ed -s ${WRKSRC}/version.c post-install: @${ECHO} "Updating /etc/shells" @${CP} /etc/shells /etc/shells.bak @(${GREP} -v "${PREFIX}/bin/ksh$$" /etc/shells.bak; \ ${ECHO_CMD} ${PREFIX}/bin/ksh) > /etc/shells @${RM} /etc/shells.bak .include ref='/~lantw44/cgit/cgit.cgi/'>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Upgrade to 1.4.1.kuriyama2013-03-292-11/+7
* Use new USE_PGSQL hooks for depending on server:buildcrees2012-03-111-8/+3
* - Get Rid MD5 supportmiwi2011-03-201-1/+0