1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

(1) Fix "version required" comment

(2) Add PKGNAME to reflect that this is patchlevel 2
(3) PATCH_SITES goes before PATCHFILES (just like MASTER_SITES and
    DISTFILES)
(4) MAINTAINER goes after patchfiles section
This commit is contained in:
Satoshi Asami 1996-02-16 10:45:03 +00:00
parent b92b9c2a9c
commit 9bc23ad696
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2717

View File

@ -1,19 +1,20 @@
# New ports collection makefile for: pdksh
# Version required: 5.2.3
# Version required: 5.2.4 + patch 1, 2
# Date created: 23 May 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
# $Id: Makefile,v 1.6 1995/07/29 09:57:17 asami Exp $
# $Id: Makefile,v 1.7 1996/02/15 16:25:29 tg Exp $
#
DISTNAME= pdksh-5.2.4
PKGNAME= pdksh-5.2.4.2
CATEGORIES+= shells
MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/
MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de
PATCHFILES= pdksh-5.2.4.patch-1 pdksh-5.2.4.patch-2
PATCH_SITES= ${MASTER_SITES}
PATCHFILES= pdksh-5.2.4.patch-1 pdksh-5.2.4.patch-2
MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de
GNU_CONFIGURE= yes