diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1996-06-25 09:11:18 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1996-06-25 09:11:18 +0000 |
commit | 9267dbe6c2af251671d512bda4511088ff7dec16 (patch) | |
tree | 78e4376837c9b78fa5e182ebc13d431a1be4b001 /security/pidentd/Makefile | |
parent | 12bcda49a5a51f409770483a3e6285f6d4d5986f (diff) | |
download | ports-9267dbe6c2af251671d512bda4511088ff7dec16.tar.gz ports-9267dbe6c2af251671d512bda4511088ff7dec16.zip |
Notes
Diffstat (limited to 'security/pidentd/Makefile')
-rw-r--r-- | security/pidentd/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile index 687f57df0ab8..c7cf19c72d9f 100644 --- a/security/pidentd/Makefile +++ b/security/pidentd/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: pidentd -# Version required: 2.7a7 +# Version required: 2.7b3 # Date created: 19 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.11 1996/02/09 11:59:31 adam Exp $ +# $Id: Makefile,v 1.12 1996/04/01 07:13:00 asami Exp $ # -DISTNAME= pidentd-2.7a7 +DISTNAME= pidentd-2.7b3 CATEGORIES+= security net MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/servers/ \ ftp://ftp.fu-berlin.de/unix/security/ident/servers/ @@ -17,6 +17,7 @@ MAINTAINER= torstenb@FreeBSD.ORG .if !defined(NOMANCOMPRESS) post-install: gzip -9nf ${PREFIX}/man/man8/identd.8 + gzip -9nf ${PREFIX}/man/man8/idecrypt.8 .endif .include <bsd.port.mk> |