diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-17 07:58:10 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-17 07:58:10 +0000 |
commit | 3932a19e483f63361a672312a546cb101e809a69 (patch) | |
tree | 7d1282a91e3dae8f4c0ae6fe57ebc7e8a7247514 /security/libident/Makefile | |
parent | b7cb0185df43074ae6316827da6cff0b6652bf21 (diff) | |
download | FreeBSD-ports-3932a19e483f63361a672312a546cb101e809a69.zip FreeBSD-ports-3932a19e483f63361a672312a546cb101e809a69.tar.gz |
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/libident/Makefile')
-rw-r--r-- | security/libident/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/libident/Makefile b/security/libident/Makefile index 6747a95..abc79f7 100644 --- a/security/libident/Makefile +++ b/security/libident/Makefile @@ -3,7 +3,7 @@ # Date created: 9 October 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.2 1995/11/22 13:20:03 asami Exp $ +# $Id: Makefile,v 1.3 1996/09/14 23:15:20 torstenb Exp $ # DISTNAME= libident-0.19 @@ -13,8 +13,6 @@ MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/libs/ MAINTAINER= torstenb@FreeBSD.ORG ALL_TARGET= freebsd - -post-install: - gzip -9nf ${PREFIX}/man/man3/ident.3 +MAN3= ident.3 .include <bsd.port.mk> |