- upgrade to 2.5.1

- add myself as MAINTAINER
- compress manpage
This commit is contained in:
Torsten Blum 1995-05-06 00:49:36 +00:00
parent 40b1b15724
commit 097ed2fe2c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1645

View File

@ -1,19 +1,19 @@
# New ports collection makefile for: pidentd
# Version required: 2.4 alpha 4
# Version required: 2.5.1
# Date created: 19 Oct 1994
# Whom: torstenb
# Updated to use 2.4 alpha 7 by gpalmer
#
# $Id: Makefile,v 1.4 1995/04/01 12:48:26 jkh Exp $
# $Id: Makefile,v 1.5 1995/04/15 05:41:43 asami Exp $
#
DISTNAME= pidentd-2.4.1
DISTNAME= pidentd-2.5.1
CATEGORIES+= networking
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/servers/ \
ftp://ftp.fu-berlin.de/unix/security/ident/servers/
pre-install:
@mkdir -p ${PREFIX}/sbin
@mkdir -p ${PREFIX}/man/man8
MAINTAINER= torstenb@FreeBSD.ORG
post-install:
gzip -9nf ${PREFIX}/man/man8/identd.8
.include <bsd.port.mk>