diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-17 15:58:10 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-17 15:58:10 +0800 |
commit | 3932a19e483f63361a672312a546cb101e809a69 (patch) | |
tree | 7d1282a91e3dae8f4c0ae6fe57ebc7e8a7247514 /security/pidentd | |
parent | b7cb0185df43074ae6316827da6cff0b6652bf21 (diff) | |
download | freebsd-ports-graphics-3932a19e483f63361a672312a546cb101e809a69.tar.gz freebsd-ports-graphics-3932a19e483f63361a672312a546cb101e809a69.tar.zst freebsd-ports-graphics-3932a19e483f63361a672312a546cb101e809a69.zip |
CAT_E_GORIES+= -> CAT_E_GORIES= (*everybody*'s a critic :-))
Converted to new MAN[1-9]
Converted to MASTER_SITES= ${MASTER_SITE_PERL_CPAN} where applicable
Diffstat (limited to 'security/pidentd')
-rw-r--r-- | security/pidentd/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile index 7029ff97e82..75d2cb675c7 100644 --- a/security/pidentd/Makefile +++ b/security/pidentd/Makefile @@ -3,11 +3,11 @@ # Date created: 19 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.17 1996/11/05 18:23:42 peter Exp $ +# $Id: Makefile,v 1.18 1996/11/15 12:53:24 peter Exp $ # DISTNAME= pidentd-2.7.2 -CATEGORIES+= security net +CATEGORIES= security net MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/servers/ \ ftp://ftp.fu-berlin.de/unix/security/ident/servers/ @@ -15,6 +15,7 @@ MAINTAINER= torstenb@FreeBSD.ORG ALL_TARGET= freebsd MAKE_ENV= REALPREFIX=${PREFIX} +MAN8= identd.8 idecrypt.8 # Uncomment to activate the use of verifiable "cookies". The idea is to be # able to detect fake "logs" intended to get your innocent users in trouble. @@ -27,10 +28,4 @@ ADD_GLIBS= -ldes MAKE_ENV+= ADD_GDEFS="${ADD_GDEFS}" ADD_GLIBS="${ADD_GLIBS}" .endif -.if !defined(NOMANCOMPRESS) -post-install: - gzip -9nf ${PREFIX}/man/man8/identd.8 - gzip -9nf ${PREFIX}/man/man8/idecrypt.8 -.endif - .include <bsd.port.mk> |