aboutsummaryrefslogtreecommitdiffstats
path: root/security/pidentd
diff options
context:
space:
mode:
authortorstenb <torstenb@FreeBSD.org>1995-05-06 08:49:36 +0800
committertorstenb <torstenb@FreeBSD.org>1995-05-06 08:49:36 +0800
commita89477f84d8394725ac61747c445fe261977718b (patch)
treeae19dd558aa0c8d8e670500ae6a16e92f6ee8117 /security/pidentd
parent27acec05e05e175d1b00f2a77bd24b71846d96dd (diff)
downloadfreebsd-ports-gnome-a89477f84d8394725ac61747c445fe261977718b.tar.gz
freebsd-ports-gnome-a89477f84d8394725ac61747c445fe261977718b.tar.zst
freebsd-ports-gnome-a89477f84d8394725ac61747c445fe261977718b.zip
- upgrade to 2.5.1
- add myself as MAINTAINER - compress manpage
Diffstat (limited to 'security/pidentd')
-rw-r--r--security/pidentd/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile
index 6f8ead86199f..51934ff3fa14 100644
--- a/security/pidentd/Makefile
+++ b/security/pidentd/Makefile
@@ -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>