diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 07:58:10 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 07:58:10 +0000 |
commit | 8419c1ad549770d06c8fff79c4c12373c5fb7f47 (patch) | |
tree | bfb253ac36a3d7a6bf6105caf81e56ba77666e6e /security/libident | |
parent | a107548d6a11d64d3b5a83b09415ff0613200176 (diff) | |
download | ports-8419c1ad549770d06c8fff79c4c12373c5fb7f47.tar.gz ports-8419c1ad549770d06c8fff79c4c12373c5fb7f47.zip |
Notes
Diffstat (limited to 'security/libident')
-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 6747a95d6683..abc79f7b4ce4 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> |